# Setup Follow these steps to set up Space Station OS: 1. **Source ROS 2 setup:** ```bash source /opt/ros/humble/setup.bash ``` 2. **Clone the repository:** ```bash git clone https://github.com/space-station-os/space-station-os.git ``` 3. **Navigate to the project directory:** ```bash cd space-station-os ``` 4. **Build the workspace:** ```bash colcon build ``` 5. **Source the workspace:** ```bash source install/setup.bash ``` For more information, contact us at [info@spacestationos.org](mailto:info@spacestationos.org). © 2024 Space Station OS. Built with GitHub Pages.