mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-07 19:28:07 -06:00
put version in binary properly
This commit is contained in:
parent
87cf621e21
commit
daa96eb247
9 changed files with 36 additions and 10 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