We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8414b commit c78852bCopy full SHA for c78852b
README.md
@@ -11,6 +11,18 @@ This CLI ships as a binary with no additional runtime requirements.
11
12
Instructions can be found at [exercism/cli/releases](https://github.com/exercism/cli/releases)
13
14
+- If you already setup your porject by following [Go Module](https://go.dev/doc/modules/layout)
15
+
16
17
+```
18
+git install github.com/exercism/cli/exercism@latest
19
20
21
+## Tips:
22
23
24
+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.
25
26
## Contributing
27
28
If you wish to help improve the CLI, please see the [Contributing guide][contributing].
0 commit comments