From 3354ae10847394f9d3267e3ed426360b84c8614e Mon Sep 17 00:00:00 2001 From: Jose Enrique Hernandez Date: Tue, 22 Sep 2020 01:19:10 -0400 Subject: [PATCH] adding note about requiring Go Modules (#31) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f0dfc7..2e32254 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ It checks all `a` and `img` tags in specified files. go get -u github.com/raviqqe/liche ``` +* requires [Go Modules]("https://github.com/golang/go/wiki/Modules#how-to-use-modules") + ## Usage ```sh