summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-08-30 21:50:38 -0400
committerrsiddharth <s@ricketyspace.net>2020-08-30 21:50:38 -0400
commit34e5909cb926ed7bb236277b804664ca80fcb74f (patch)
tree423548b921db1067d98f3986bacff88c31efdb6a /README.md
parent1a24a71d8aa704ea4d5195047618512c40410082 (diff)
README.md: remove building; update running
Diffstat (limited to 'README.md')
-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
```