From 194f79b18d48caec2ac7b865352e9b2bcc271ad7 Mon Sep 17 00:00:00 2001 From: Giovanni Bruno Date: Mon, 28 Oct 2019 18:21:02 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 553f87b..e5f233f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ If you have already this kind of stuffs, please take care to modify steps for yo `git clone http://github.com/gbr1/ros_openvino.git`
2. Compile!
`cd ~/catkin_ws`
-`catkin_make` +`catkin_make`
+`catkin_make install` all installation steps and a case of study configuration are described in [Setup environment wiki page](https://github.com/gbr1/ros_openvino/wiki/Setup-environment).