summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/README.md b/README.md
index b278d90..d1d201e 100644
--- a/README.md
+++ b/README.md
@@ -8,22 +8,14 @@ finished set 1, 2, 3, 4 and 5.
## running
-requires `go >= 1.15`
+requires `go >= 1.19`
install it with:
-```bash
-go get ricketyspace.net/cryptopals
-```
-
-or
-
```
go install ricketyspace.net/cryptopals@latest
```
-if using `go >= 1.17`.
-
run challenges with:
```bash