Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
closes #792
  • Loading branch information
ken-matsui authored Aug 25, 2023
1 parent 19c1076 commit 66883b6
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 @@ -157,7 +157,7 @@ Once you have all the necessary requirements in place, you can proceed to build
```bash
git clone https://github.com/poac-dev/poac.git
cd poac
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DPOAC_BUILD_TESTING=OFF
cd build
ninja
ninja install
Expand Down

0 comments on commit 66883b6

Please sign in to comment.