Skip to content

Commit

Permalink
docs: fix doc command
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Mar 27, 2023
1 parent 5bf73fd commit 769e2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Git clone and compile the library, tools, and examples. By default use cmake:
```
git clone https://github.com/smarco/WFA2-lib
cd WFA2-lib
mkdir build
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --verbose
ctest . --verbose
Expand Down

0 comments on commit 769e2ba

Please sign in to comment.