Skip to content

Commit abcf17d

Browse files
committed
docs: fixed unclear instructions
1 parent 5c14099 commit abcf17d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ This repo is a ros workspace, containing three rospkgs:
5050
After forking this repo to your own github:
5151

5252
```bash
53-
# clone the repo to somewhere (assuming home here `~/`)
53+
# Clone your own fork of this repo (assuming home here `~/`)
5454
cd
5555
git clone https://github.com/<YOUR_GITHUB_USERNAME>/ME5413_Final_Project.git
5656
cd ME5413_Final_Project
5757

58-
# install dependencies
58+
# Install all dependencies
5959
rosdep install --from-paths src --ignore-src -r -y
6060

61-
# build
61+
# Build
6262
catkin_make
63-
# source
63+
# Source
6464
source devel/setup.bash
6565
```
6666

0 commit comments

Comments
 (0)