-
Notifications
You must be signed in to change notification settings - Fork 8
Installing elsewhere
Evert Provoost edited this page Nov 14, 2021
·
6 revisions
Wrap is written in pure Go and can thus be used on any platform supported by it.
Simply install Go (golang.org) and execute the following commands:
go get -u github.com/Wraparound/wrap/cmd/wrap
This will first download the source code and then build the project and put the file in $GOPATH/bin
. Updating is done using the same command.
Unfortunately the Go tooling doesn't currently provide an easy way to download and install a specific release.
If you want the latest stable release you can download the source code from the release page by clicking on one of the "Source code" links.
Afterwards, you can extract the archive and navigate into the extracted folder.
Now run go mod download
to get the dependencies and then run go install
to install Wrap.