We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c8818 commit 1d74df4Copy full SHA for 1d74df4
1 file changed
INSTALL
@@ -16,7 +16,7 @@ Compilation instructions:
16
Create a '_build' directory and then use CMake to create the required Makefile's
17
18
$ cd /path/to/usbtop
19
- $ mkdir _build
+ $ mkdir _build && cd _build
20
$ cmake -DCMAKE_BUILD_TYPE=Release ..
21
22
Then, compile usbtop:
0 commit comments