summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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