Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
just a typo thing
"Xcode" instead of "XCode“
  • Loading branch information
Josef-N authored and pierreguillot committed Feb 21, 2024
1 parent e4b6e21 commit 03fe380
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 @@ -40,7 +40,7 @@ The [latest stable release](https://github.com/pierreguillot/Camomile/releases/l
git clone --recursive https://github.com/pierreguillot/Camomile.git
cd Camomile
mkdir build && cd build
cmake .. (the generator can be specified using -G"Unix Makefiles", -G"XCode" or -G"Visual Studio 16 2019" -A x64)
cmake .. (the generator can be specified using -G"Unix Makefiles", -G"Xcode" or -G"Visual Studio 16 2019" -A x64)
cmake --build .
```

Expand Down

0 comments on commit 03fe380

Please sign in to comment.