From 517b94d916ae45516a4d2c50bdbc301a83184588 Mon Sep 17 00:00:00 2001 From: natem345 Date: Tue, 17 Jan 2012 18:38:10 -0500 Subject: [PATCH] Updated readme: got rosinstall error without space between - and git, and added warning about environment var change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed820fe..fb09589 100644 --- a/README.md +++ b/README.md @@ -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