Skip to content

Commit 9461f40

Browse files
authored
fixed url in README (#523)
* fixed url in README
1 parent 964dce2 commit 9461f40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eye_display/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ mkdir ~/catkin_ws/src
3131
cd ~/catkin_ws
3232
catkin init
3333
cd ~/catkin_ws/src
34-
git clone https://github.com/sktometometo/eye_display.git
34+
git clone https://github.com/jsk-ros-pkg/jsk_3rdparty.git
35+
cd eye_display
3536
rosdep install --from-paths . --ignore-src -y -r
3637
catkin build eye_display
3738
source ~/catkin_ws/devel/setup.bash
3839
```
40+
If you do not want to download all jsk_3rdparty files, pleasea check `How to clone only this package` section.
3941

4042
### Simple demo
4143

0 commit comments

Comments
 (0)