diff options
author | siddharth <s@ricketyspace.net> | 2021-11-27 20:36:20 -0500 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2021-11-27 20:36:20 -0500 |
commit | 4e9fe3548d49c3f139fcf43c05365e4718e098d1 (patch) | |
tree | 90575ce71a2680ae2fe7f2dd348789a3263b223b | |
parent | 3ff71584470289dbd84cba9bd1896e197c41a8e1 (diff) |
README.md: update installation instructions
With go >= 1.17, `go get` way of installing is deprecated.
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -16,6 +16,14 @@ install it with: go get ricketyspace.net/cryptopals ``` +or + +``` +go install ricketyspace.net/cryptopals@latest +``` + +if using `go >= 1.17`. + run challenges with: ```bash |