1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 03:34:53 +08:00

Updated readme: got rosinstall error without space between - and git, and added warning about environment var change

This commit is contained in:
natem345 2012-01-17 18:38:10 -05:00
parent b1b10324ac
commit 517b94d916

View File

@ -52,9 +52,9 @@ Setup workspace (skip if you already have one):
Add the rosinstall entry for this stack:
echo "-git: {local-name: serial, uri: 'https://github.com/wjwwood/serial.git', version: 'master'}" >> .rosinstall
echo "- git: {local-name: serial, uri: 'https://github.com/wjwwood/serial.git', version: 'master'}" >> .rosinstall
Rerun rosinstall:
Rerun rosinstall (note this will change your $ROS_PACKAGE_PATH):
rosinstall .
source setup.bash