summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth <s@ricketyspace.net>2021-11-27 20:36:20 -0500
committersiddharth <s@ricketyspace.net>2021-11-27 20:36:20 -0500
commit4e9fe3548d49c3f139fcf43c05365e4718e098d1 (patch)
tree90575ce71a2680ae2fe7f2dd348789a3263b223b
parent3ff71584470289dbd84cba9bd1896e197c41a8e1 (diff)
README.md: update installation instructions
With go >= 1.17, `go get` way of installing is deprecated.
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4255066..831ae18 100644
--- a/README.md
+++ b/README.md
@@ -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