Skip to content

Commit 1d74df4

Browse files
committed
Fix install instructions
1 parent 07c8818 commit 1d74df4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Compilation instructions:
1616
Create a '_build' directory and then use CMake to create the required Makefile's
1717

1818
$ cd /path/to/usbtop
19-
$ mkdir _build
19+
$ mkdir _build && cd _build
2020
$ cmake -DCMAKE_BUILD_TYPE=Release ..
2121

2222
Then, compile usbtop:

0 commit comments

Comments
 (0)