-
-
Notifications
You must be signed in to change notification settings - Fork 39
00. Build
Naoki Kosaka edited this page Mar 2, 2023
·
4 revisions
- git
- Go 1.20 or newer
$ git clone "https://github.com/yukimochi/Activity-Relay.git" -b v2.0.0
Note: Check for yourself the latest version here
$ cd Activity-Relay
$ go build -o relay -ldflags "-X main.version=$(git describe --tags HEAD | sed -r 's/v(.*)/\1/')"