|
|
@@ -12,7 +12,7 @@ Choose your operating system:
|
|
12
|
12
|
* [Linux](#linux)
|
|
13
|
13
|
|
|
14
|
14
|
... or ...
|
|
15
|
|
-* if you prefer to not use a package maanger, you can [install manually](#install-manually).
|
|
|
15
|
+* if you prefer to not use a package manager, you can [install manually](#install-manually).
|
|
16
|
16
|
|
|
17
|
17
|
Optionally, you can also use a [Java IDE](#java-ides).
|
|
18
|
18
|
|
|
|
@@ -42,7 +42,7 @@ Open an administrative command prompt. (If you need assistance opening an admin
|
|
42
|
42
|
...
|
|
43
|
43
|
```
|
|
44
|
44
|
|
|
45
|
|
-We recommend closing the administrative command prompt and opening a new command prompt -- you do not require administrator priviledges to practice Exercism exercises.
|
|
|
45
|
+We recommend closing the administrative command prompt and opening a new command prompt -- you do not require administrator privileges to practice Exercism exercises.
|
|
46
|
46
|
|
|
47
|
47
|
You now are ready to get started with the Java track of Exercism!
|
|
48
|
48
|
|