Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix minor doc mistake (`ninja build` doesn't work)
  • Loading branch information
Cyan4973 authored Mar 27, 2023
1 parent ca799f8 commit c36d54f
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 @@ -162,7 +162,7 @@ To perform a Fat/Universal2 build and install use the following commands:
```bash
cmake -B build-cmake-debug -S build/cmake -G Ninja -DCMAKE_OSX_ARCHITECTURES="x86_64;x86_64h;arm64"
cd build-cmake-debug
ninja build
ninja
sudo ninja install
```

Expand Down

0 comments on commit c36d54f

Please sign in to comment.