Skip to content

Commit 6b1784e

Browse files
committed
fix: typo on adding source commands to bashrc
1 parent 4f82b73 commit 6b1784e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/user-guide/installation/installation-sim.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,10 @@ colcon build
103103
1. Add the source files to your `.bashrc` (so you don't have to source the files every time you open a terminal):
104104
```bash
105105
# add the sourcing commands to your .bashrc. Replace bash with zsh if using zsh.
106-
echo "source /opt/ros/humble/setup.bash >> $HOME/.bashrc"
107-
echo "source /path/to/rosflight_ws/install/setup.bash >> $HOME/.bashrc"
106+
echo "source /opt/ros/humble/setup.bash" >> $HOME/.bashrc
107+
echo "source /path/to/rosflight_ws/install/setup.bash" >> $HOME/.bashrc
108108
```
109+
Make sure to close your current terminal and open a new one after adding these commands to your `.bashrc` file.
109110
110111
## Next Steps
111112

0 commit comments

Comments
 (0)