You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit the `Version` constant in `exercism/main.go`, and edit the Changelog.
32
+
Edit the `Version` constant in `cmd/version.go`, and edit the Changelog.
30
33
31
34
All the changes in the "next release" section should be moved to a new section
32
35
that describes the version number, and gives it a date.
@@ -51,25 +54,15 @@ VERSION matches the value of the `Version` constant.
51
54
52
55
Upload all the binaries from `release/*`.
53
56
54
-
Paste the release text and describe the new changes (`tail -n +57 RELEASE.md | head -n 16 | pbcopy`):
57
+
Paste the release text and describe the new changes.
55
58
56
59
```
57
-
### Exercism Command-Line Interface (CLI)
58
-
59
-
Exercism takes place in two places: the discussions happen on the website, and you work on exercises locally. The CLI bridges the gap, allowing you to fetch exercises and submit solutions to the site.
60
-
61
-
This is a stand-alone binary, which means that you don't need to install any particular language or environment in order to use it.
62
-
63
-
To install, download the archive that matches your operating system and architecture, unpack the archive, and put the binary somewhere on your path.
64
-
65
-
You will need to configure the CLI with your [Exercism API Key](http://exercism.io/account/key) before submitting.
60
+
To install, follow the interactive installation instructions at https://exercism.io/cli-walkthrough
66
61
67
-
For more detailed instructions, see the [CLI page on Exercism](http://exercism.io/cli).
0 commit comments