Skip to content

Commit 5d2e1e7

Browse files
committed
Updated Readme
1 parent bb27bdc commit 5d2e1e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ catkin_make
2424
```
2525
2) Clone the repository
2626
```
27+
cd src
2728
git clone https://github.com/iamjadhav/beginner_tutorials.git
2829
```
2930

@@ -32,7 +33,8 @@ git clone https://github.com/iamjadhav/beginner_tutorials.git
3233
In a New Terminal, run the code using launch file
3334

3435
```
35-
cd catkin_ws
36+
cd ~/catkin_ws
37+
catkin_make
3638
source devel/setup.bash
3739
roslaunch beginner_tutorials begin_tutorials.launch
3840
```

0 commit comments

Comments
 (0)