Skip to content

Commit

Permalink
Merge pull request #59 from mrgalopes/fix-readme-test-command
Browse files Browse the repository at this point in the history
Fix README test command
  • Loading branch information
mrgalopes committed Sep 2, 2021
2 parents 278b940 + eaaab6b commit 6d79891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTS=ON
make
```
- Alternatively, `cmake -B ./build -DENABLE_TESTS=ON`
- Alternatively, run:
```
cmake -B ./build -DENABLE_TESTS=ON
cmake --build ./build --config Release
cmake -B ./build -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTS=ON
cmake --build ./build
```

## Run Instructions
Expand Down

0 comments on commit 6d79891

Please sign in to comment.