Skip to content

Commit 797f850

Browse files
author
Kenzo101 Studios
committed
Add Development quick-start to README and link to CONTRIBUTING
1 parent 4f57244 commit 797f850

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ A Wurst-like hack client for Minecraft 1.21.1 with a NeoForge target.
1313
- Run NeoForge client for development:
1414
- ./gradlew :neoforge:runClient --debug
1515

16+
## Development / Quick-start
17+
18+
If you want to contribute or run the project locally, see `CONTRIBUTING.md` for a full guide. Quick commands:
19+
20+
- Build: `./gradlew build --no-daemon`
21+
- Build & install for NeoForge: `./scripts/build-install-neoforge.sh`
22+
- Run NeoForge client for testing: `./gradlew :neoforge:runClient --debug`
23+
1624
## Features
1725

1826
- Configurable click-UI keybinds (default: Right Ctrl)

0 commit comments

Comments
 (0)