diff options
Diffstat (limited to 'README.md')
-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 ``` |