diff --git a/INSTALL b/INSTALL index 3e8795a..4da7020 100644 --- a/INSTALL +++ b/INSTALL @@ -16,7 +16,7 @@ Compilation instructions: Create a '_build' directory and then use CMake to create the required Makefile's $ cd /path/to/usbtop - $ mkdir _build + $ mkdir _build && cd _build $ cmake -DCMAKE_BUILD_TYPE=Release .. Then, compile usbtop: