mirror of
https://github.com/makew0rld/amfora.git
synced 2025-01-03 14:56:27 -05:00
📝 Use cross-platform way to enable go modules
This commit is contained in:
parent
a12e428306
commit
476e36c3f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user