From 7ba70232a4ce98e9979d19dfa500a70cf7e40b53 Mon Sep 17 00:00:00 2001 From: Nikhar Abbas Date: Thu, 26 Mar 2020 10:10:34 -0600 Subject: [PATCH] installation instructions bug fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff14f7e6..68ef0f23 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Second, you will need to compile the controller. From the ROSCO home directory: mkdir build cd build cmake .. -make install +make ``` A dynamic link library will be compiled into the directory with the title `libdiscon.*`, where the file extension is `.so`, `.dll`, or `.dylib`, depending on the user's operating system.