Skip to content

Commit

Permalink
Update installation instructions using Go CLI
Browse files Browse the repository at this point in the history
GO111MODULE=on is necessary because this project uses go modules.
  • Loading branch information
doodlesbykumbi committed May 11, 2020
1 parent 12012bf commit 57eec4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ wget https://github.com/doodlesbykumbi/github-secrets-writer/releases/download/v
tar -C /usr/local/bin -zxvf github-secrets-writer_darwin_amd64.tar.gz
```

### Via Go
### Via Go CLI
```console
$ go get -u github.com/doodlesbykumbi/github-secrets-writer
$ GO111MODULE=on go get -u github.com/doodlesbykumbi/github-secrets-writer
```

## Usage
Expand Down

0 comments on commit 57eec4e

Please sign in to comment.