summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
```