-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated deprecated install method from source.
- Loading branch information
1 parent
7eeac15
commit 642529b
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ This tool treats Amazon Web Services Parameter Store as a repository for secrets | |
## Installing | ||
|
||
### Install from source | ||
If you have Go v1.16 or later installed: | ||
If you have Go v1.17 or later installed: | ||
``` | ||
go get -u github.com/grimdork/awsec | ||
go install github.com/grimdork/awsec@v0.11.1 | ||
``` | ||
|
||
Or just clone the project with `git clone [email protected]:grimdork/awsec.git` if you want to contribute. | ||
|