summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/README.md b/README.md
index 798c01f..5b80e96 100644
--- a/README.md
+++ b/README.md
@@ -6,18 +6,12 @@ trying out the challenges from [cryptopals.com][cp].
[cp]: https://cryptopals.com
-## building
+## running
-requires `go >= 1.11` and `make`.
+requires `go >= 1.11`.
```bash
- make
-```
-
-will build everything.
+ go get ricketyspace.net/cryptopals
-## running
-
-```bash
- ./cryptopals -c CHALLENGE_NUM
+ cryptopals -c CHALLENGE_NUM
```