|
|
@@ -168,7 +168,7 @@ The `build.gradle` file can just be copied from any other exercise submodule.
|
|
168
|
168
|
The `README.md` file can be generated using [configlet](https://github.com/exercism/configlet/releases).
|
|
169
|
169
|
You can do this by:
|
|
170
|
170
|
|
|
171
|
|
- 1. Download configlet and put it somewhere in your PATH
|
|
|
171
|
+ 1. Download configlet and put it somewhere in your [PATH](https://en.wikipedia.org/wiki/PATH_(variable))
|
|
172
|
172
|
|
|
173
|
173
|
2. Clone [the problem-specifications repository](https://github.com/exercism/problem-specifications).
|
|
174
|
174
|
|
|
|
@@ -190,10 +190,10 @@ Feel free to open an issue or post in the [Gitter exercism/java room](https://gi
|
|
190
|
190
|
## Updating the READMEs
|
|
191
|
191
|
|
|
192
|
192
|
The `README.md` files are generated from the exercise descriptions in [problem specifications](https://github.com/exercism/problem-specifications/tree/master/exercises).
|
|
193
|
|
-They need to be regenerated regularly so that any changes to the descriptions in problem specifications propagate to our REAMEs.
|
|
|
193
|
+They need to be regenerated regularly so that any changes to the descriptions in problem specifications propagate to our READMEs.
|
|
194
|
194
|
This can be done using [configlet](https://github.com/exercism/configlet/releases):
|
|
195
|
195
|
|
|
196
|
|
- 1. Download configlet and put it somewhere in your PATH
|
|
|
196
|
+ 1. Download configlet and put it somewhere in your [PATH](https://en.wikipedia.org/wiki/PATH_(variable))
|
|
197
|
197
|
|
|
198
|
198
|
2. Clone [the problem-specifications repository](https://github.com/exercism/problem-specifications).
|
|
199
|
199
|
|