summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>2021-06-28 12:17:20 +0200
committerLibravatar GitHub <noreply@github.com>2021-06-28 12:17:20 +0200
commit4f3b3f5c0b00b8c47c7e7d8e6c2dda624e114cde (patch)
treeaf7583b906543148fcd00c2e4e3bf0525f03be18 /CONTRIBUTING.md
parentRemote instance dereferencing (#70) (diff)
downloadgotosocial-4f3b3f5c0b00b8c47c7e7d8e6c2dda624e114cde.tar.xz
put version in binary properly (#73)
Addresses #71 : Set version on the CLI framework. Add a build.sh script that injects variables into the build tooling using git and a version file. Set version in config.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f6fafea65..c09832bfb 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -30,7 +30,7 @@ To get started, you first need to have Go installed. GTS was developed with Go 1
Once you've got go installed, clone this repository into your Go path. Normally, this should be `~/go/src/github.com/superseriousbusiness/gotosocial`.
-Once that's done, you can try building the project: `go build ./cmd/gotosocial`. This will build the `gotosocial` binary.
+Once that's done, you can try building the project: `./build.sh`. This will build the `gotosocial` binary.
If there are no errors, great, you're good to go!