summaryrefslogtreecommitdiff
path: root/GETTINGSTARTED.md
diff options
context:
space:
mode:
Diffstat (limited to 'GETTINGSTARTED.md')
-rw-r--r--GETTINGSTARTED.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/GETTINGSTARTED.md b/GETTINGSTARTED.md
index 758c0e0a2..be5ab2318 100644
--- a/GETTINGSTARTED.md
+++ b/GETTINGSTARTED.md
@@ -30,7 +30,11 @@ docker run -d --network host --user postgres -e POSTGRES_PASSWORD=some_password
### 5: Build the Binary
-On your local machine (not your server), with Go installed, clone the GoToSocial repository, and build the binary with `go build ./cmd/gotosocial`.
+On your local machine (not your server), with Go installed, clone the GoToSocial repository, and build the binary with the provided build script:
+
+```bash
+./build/sh
+```
### 6: Prepare VPS