From 4e9fe3548d49c3f139fcf43c05365e4718e098d1 Mon Sep 17 00:00:00 2001 From: siddharth Date: Sat, 27 Nov 2021 20:36:20 -0500 Subject: README.md: update installation instructions With go >= 1.17, `go get` way of installing is deprecated. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 4255066..831ae18 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ install it with: go get ricketyspace.net/cryptopals ``` +or + +``` +go install ricketyspace.net/cryptopals@latest +``` + +if using `go >= 1.17`. + run challenges with: ```bash -- cgit v1.2.3