tracks/factor/config/exercise_readme.go.tmpl in trackler-2.2.1.104 vs tracks/factor/config/exercise_readme.go.tmpl in trackler-2.2.1.105
- old
+ new
@@ -2,13 +2,21 @@
{{ .Spec.Description -}}
{{- with .Hints }}
{{ . }}
{{ end }}
-{{- with .TrackInsert }}
-{{ . }}
-{{ end }}
-{{- with .Spec.Credits -}}
+## Testing Exercises
+
+If you followed the [installation instructions](http://exercism.io/languages/factor/installing), just run the provided test suite against your implementation with `"exercise-name" test`.
+
+## Submitting Exercises
+
+Note that, when trying to submit an exercise, make sure the solution is in the `exercism/factor/exercise-name` directory.
+
+For example, if you're submitting `bob.factor` for the Bob exercise, the submit command would be something like `exercism submit exercism/factor/bob/bob.factor`.
+
+For more detailed information about running tests, code style and linting,
+please see the [help page](http://exercism.io/languages/factor).{{ with .Spec.Credits }}
## Source
{{ . }}
{{ end }}
## Submitting Incomplete Solutions