Skip to content

Commit c78852b

Browse files
committedJun 11, 2024
1 parent ee8414b commit c78852b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎README.md

+12
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ This CLI ships as a binary with no additional runtime requirements.
1111

1212
Instructions can be found at [exercism/cli/releases](https://github.com/exercism/cli/releases)
1313

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+
```
1426
## Contributing
1527

1628
If you wish to help improve the CLI, please see the [Contributing guide][contributing].

0 commit comments

Comments
 (0)