diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 67ee05f8..b6f3b5e2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ Delete the `server/src/main/resources/react` directory if exists from previous r ### building the Windows package First Build the jar, then cd into the `scripts` directory and run `./windows-bundler.sh` (or `./windows-bundler.ps1` if you are on windows), the resulting built zip package file will be `server/build/Tachidesk-vX.Y.Z-rxxx-win64.zip`. ## Running in development mode -First satistify [the prerequisites](#prerequisites) +First satisfy [the prerequisites](#prerequisites) ### server run `./gradlew :server:run --stacktrace` to run the server ### webUI