mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 14:27:29 -06:00
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.
This commit is contained in:
parent
87cf621e21
commit
4f3b3f5c0b
9 changed files with 38 additions and 11 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue