mirror of
https://github.com/bitvora/wot-relay.git
synced 2025-05-23 18:42:02 +00:00
Update README.md for change to build command to support version number
This commit is contained in:
parent
845f02b381
commit
1309979d1c
@ -61,7 +61,7 @@ ARCHIVAL_SYNC="FALSE" # set to TRUE to archive every note from every person in t
|
|||||||
Run the following command to build the relay:
|
Run the following command to build the relay:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go build
|
go build -ldflags "-X main.version=$(git describe --tags --always)"
|
||||||
```
|
```
|
||||||
|
|
||||||
### 5. Create a Systemd Service (optional)
|
### 5. Create a Systemd Service (optional)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user