Skip to content

Commit c5c9a53

Browse files
committed
add suggestion to use --ninja
1 parent d42bd18 commit c5c9a53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

getting-started/create-mod.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Otherwise if you want to build your mods manually from the command line you can
4343
```bash
4444
# Configures & builds for the current platform
4545
geode build
46+
47+
# If you installed Clang and Ninja earlier, this is required instead
48+
# If this does not work, update your Geode CLI or use CMake directly
49+
geode build --ninja
4650
```
4751

4852
> Check out `geode build --help` for other options!

0 commit comments

Comments
 (0)