Skip to content

Commit 16fed75

Browse files
authored
Update source_install.rst
1 parent 189d28e commit 16fed75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_00_getting_started/source_install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ A new workspace for Aerostack2 will be created in order to clone the source code
4141
4242
mkdir -p ~/aerostack2_ws/src/ && cd ~/aerostack2_ws/src/
4343
git clone https://github.com/aerostack2/aerostack2.git
44-
cd ~/aerostack2_ws
44+
cd ~/aerostack2_ws/src
4545
sudo rosdep init
4646
rosdep update
4747
rosdep install -y -r -q --from-paths src --ignore-src

0 commit comments

Comments
 (0)