Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix Ninja build instructions
  • Loading branch information
rpavlik committed Nov 19, 2019
1 parent 4c4f799 commit 9e9428b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -134,7 +134,7 @@ If you have [Ninja](https://ninja-build.org/) installed on your system, you can
```bash
premake5 ninja
cd build/ninja
ninja otfccdump_Release_x64 otfccbuild_Release_x64
ninja otfccdump_release_x64 otfccbuild_release_x64
```

Change the targets above when necessary.
Expand Down

0 comments on commit 9e9428b

Please sign in to comment.