diff options
author | rsiddharth <s@ricketyspace.net> | 2020-08-30 21:43:45 -0400 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2020-08-30 21:43:45 -0400 |
commit | 1a24a71d8aa704ea4d5195047618512c40410082 (patch) | |
tree | 26b38778ac50b2cc14043b735a63511eef01df3e | |
parent | 3d68375d313fcac774d825b9fedaa09549503125 (diff) |
README.md: update building
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ trying out the challenges from [cryptopals.com][cp]. ## building -requires `go >= 1.15` and `make`. +requires `go >= 1.11` and `make`. ```bash make |