diff options
author | rsiddharth <s@ricketyspace.net> | 2020-08-30 21:50:38 -0400 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2020-08-30 21:50:38 -0400 |
commit | 34e5909cb926ed7bb236277b804664ca80fcb74f (patch) | |
tree | 423548b921db1067d98f3986bacff88c31efdb6a | |
parent | 1a24a71d8aa704ea4d5195047618512c40410082 (diff) |
README.md: remove building; update running
-rw-r--r-- | README.md | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -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 ``` |