summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-08-30 21:52:24 -0400
committerrsiddharth <s@ricketyspace.net>2020-08-30 21:52:24 -0400
commite125a290affc2da8a36f3d77a6c6771dccbb243f (patch)
treefcf67a9b5cccd5094b1adf46512790f977b67e3f /README.md
parent34e5909cb926ed7bb236277b804664ca80fcb74f (diff)
README.md: update running
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5b80e96..d93c069 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,14 @@ trying out the challenges from [cryptopals.com][cp].
requires `go >= 1.11`.
+install it with:
+
```bash
- go get ricketyspace.net/cryptopals
+go get ricketyspace.net/cryptopals
+```
- cryptopals -c CHALLENGE_NUM
+run challenges with:
+
+```bash
+cryptopals -c CHALLENGE_NUM
```