Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
panduraju50 committed Jun 11, 2024
1 parent ee8414b commit c78852b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down

0 comments on commit c78852b

Please # to comment.