diff options
Diffstat (limited to 'README.md')
-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 |