chore: Update docs for 2.0

This commit is contained in:
marisa
2019-11-11 18:02:56 +01:00
parent 9544ba1029
commit b4d41c1b7a
2 changed files with 11 additions and 3 deletions

View File

@@ -35,8 +35,11 @@ You want to make sure where in the file you add your exercise. If you're not sur
```diff
...
+ [[exercises]]
+ name = "yourTopicN"
+ path = "exercises/yourTopic/yourTopicN.rs"
+ mode = "compile"
+ hint = """
+ Some kind of useful hint for your exercise."""
...
```
@@ -125,4 +128,4 @@ BREAKING CHANGE: This has to be done because lorem ipsum dolor
Once you open a Pull Request, it may be reviewed or labeled (or both) until
the maintainers accept your change. Then, [bors](https://github.com/bors) will
run the test suite with your changes and if it's successful, automatically
merge it in!
merge it in!