From c78852bd48616b9698309ef4fddc9b8063eaf4eb Mon Sep 17 00:00:00 2001 From: Pan Date: Tue, 11 Jun 2024 21:00:40 +0900 Subject: [PATCH] #1053 :alien: --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c92650a85..c568878b1 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,18 @@ This CLI ships as a binary with no additional runtime requirements. Instructions can be found at [exercism/cli/releases](https://github.com/exercism/cli/releases) +- If you already setup your porject by following [Go Module](https://go.dev/doc/modules/layout) + + +``` +git install github.com/exercism/cli/exercism@latest +``` + +## Tips: + +``` +git mod tidy -go=1.20 -compat=1.20 # make sure the version change with this git mod tidy this will update the version of go if required. +``` ## Contributing If you wish to help improve the CLI, please see the [Contributing guide][contributing].