The CLI is the link between the Exercism website and your local work environment. It lets you download exercises and submit your solution to the site.
This CLI ships as a binary with no additional runtime requirements.
Instructions can be found at exercism/cli/releases
- If you already setup your porject by following Go Module
git install github.com/exercism/cli/exercism@latest
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.
If you wish to help improve the CLI, please see the Contributing guide.