1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-21 19:35:23 +00:00

📝 Use cross-platform way to enable go modules

This commit is contained in:
makeworld 2020-08-29 15:57:12 -04:00
parent a12e428306
commit 476e36c3f2

View File

@ -61,12 +61,14 @@ This section is for programmers who want to install from source. Make sure you'r
Install latest release:
```
GO111MODULE=on go get github.com/makeworld-the-better-one/amfora
go env -w GO111MODULE=on
go get github.com/makeworld-the-better-one/amfora
```
Install latest commit:
```
GO111MODULE=on go get github.com/makeworld-the-better-one/amfora@master
go env -w GO111MODULE=on
go get github.com/makeworld-the-better-one/amfora@master
```
## Usage