Skip to content

Commit 70953e1

Browse files
authored
fix typo in readme
1 parent 004dd54 commit 70953e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Build and install. The install is necessary to put the sample audio files in the
1313
```sh
1414
mkdir build
1515
cd build
16-
cmake -- -DCMAKE_INSTALL_PREFIX="./install"
16+
cmake .. -DCMAKE_INSTALL_PREFIX="./install"
1717
cmake --build . --target install --config Release
1818
```
1919

0 commit comments

Comments
 (0)