From 9b05954cf2964c207e72e312178ab4dd7af7e092 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Wed, 19 May 2021 02:49:10 +0430 Subject: [PATCH] [SKIP CI] fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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