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
Copy file name to clipboardExpand all lines: x/docs/md/cli/linux.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
2
-
## Linux
2
+
## Linux
3
3
4
4
View the CLI releases to [choose and download the appropriate package for your operating system](https://github.com/exercism/cli/releases/tag/v2.3.0).
These are not officially supported, and sometimes (often) lag behind the latest release.
34
34
@@ -65,7 +65,7 @@ You can configure a different directory by passing the `--dir` option:
65
65
exercism configure --dir=~/some/other/place
66
66
```
67
67
68
-
### Continue
68
+
### Continue
69
69
You can now continue by [choosing a language](http://exercism.io/languages).
70
70
71
71
If you need help, view the [help on exercism.io](http://exercism.io/help), [join the exercism.io chat on gitter](https://gitter.im/exercism/support): [](https://gitter.im/exercism/support)
Copy file name to clipboardExpand all lines: x/docs/md/cli/windows.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
2
-
## Windows
2
+
## Windows
3
3
4
4
Below are instructions for install using the most common methods - using Powershell & Chocolately Package Manager. For further help and instructions, see:
5
5
1.[Install Alternatives for instructions on installing manually on windows](/cli/install)
6
6
2.[exercism.io general help](http://exercism.io/help)
7
7
3.[join the exercism.io chat on gitter](https://gitter.im/exercism/support): [](https://gitter.im/exercism/support)
8
8
9
9
10
-
### Using Powershell and the Chocolatey Package Manager for Windows <aname="chocolatey"></a>
10
+
### Using Powershell and the Chocolatey Package Manager for Windows <aname="chocolatey"></a>
11
11
**NOTE:** You can find more information about using Chocolatey at the [Chocolatey site](https://chocolatey.org/).
12
12
13
-
#### Using PowerShell
13
+
#### Using PowerShell
14
14
Windows ships with a powerful scripting language called [PowerShell](https://en.wikipedia.org/wiki/Windows_PowerShell).
15
15
16
16
Type in `powershell` in the search or run window in Windows. You may see two options - `PowerShell` and `PowerShell ISE`. The first is the regular PowerShell command prompt window. The second is the Interactive Scripting Environment. Feel free to choose either one. Here's [more](http://www.powershellpro.com/powershell-tutorial-introduction/tutorial-windows-powershell-console/) on getting started with PowerShell. Paste and run the following script and you're ready to go. This downloads Chocolatey, sets the environment path variable, and installs the exercism CLI.
@@ -26,7 +26,7 @@ if ((which cinst) -eq $null) {
26
26
cinst exercism-io-cli
27
27
```
28
28
29
-
#### Using the Command Prompt
29
+
#### Using the Command Prompt
30
30
1. Open a command line interface (CLI) by clicking on "Start", typing "cmd" into the search bar and pressing enter
31
31
2. Next copy and paste the following command into the command window:
32
32
@@ -53,7 +53,7 @@ cinst exercism-io-cli
53
53
1. If all is well you should be shown information on how to use exercism
54
54
55
55
56
-
#### Verify Install
56
+
#### Verify Install
57
57
1. Verify that the binary was installed properly by running:
58
58
59
59
exercism --version
@@ -64,7 +64,7 @@ cinst exercism-io-cli
64
64
exercism
65
65
66
66
67
-
#### Configure The CLI
67
+
#### Configure The CLI
68
68
69
69
1. Configure the exercism client so that it knows which account to post your solutions to:
70
70
@@ -76,6 +76,6 @@ cinst exercism-io-cli
76
76
77
77
exercism configure --dir=~/some/other/place
78
78
79
-
### Continue
79
+
### Continue
80
80
You can now continue by [choosing a language](http://exercism.io/languages).
Copy file name to clipboardExpand all lines: x/docs/md/track/LAUNCH.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Launching a track takes a lot of work and we'd love your help!
8
8
- Add a language icon or logo
9
9
- Documentation to cover things like documentation and tests
10
10
- At least one person who is willing to check exercism regularly to review new solutions that people submit. This will ensure that the track gets off on the right foot.
11
-
- Add track implementors and other designated code reviewers as mentors to the track.
11
+
- Add track implementors and other designated code reviewers as mentors to the track.
0 commit comments