From abe85e9255513d9f8a690d93496d3016dc8e94b9 Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Sun, 16 Apr 2017 10:29:41 -0400 Subject: [PATCH] Add missing $ to README.md (#174) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbdd4e0a67..0ca476634a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ components, it is also possible to build those components in a standalone build. To do so, source the `setup.bash` file in your Catkin workspace before running the above commands, e.g.: ```shell -. /path/to/my/workspace/setup.bash +$ . /path/to/my/workspace/setup.bash ``` #### Build from source (Catkin)