You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-11-06 09:29:26 +02:00
Rename exercise template directory and archive.
This commit is contained in:
@@ -15,5 +15,12 @@ fn some_more_code() {
|
||||
```
|
||||
````
|
||||
|
||||
It will create a file `book/exerciser/exercise-templates/example/src/main.rs` with the appropriate
|
||||
contents.
|
||||
and mdbook configuration in `book.toml` like:
|
||||
|
||||
```toml
|
||||
[output.exerciser]
|
||||
output-directory = "comprehensive-rust-exercises"
|
||||
```
|
||||
|
||||
It will create a file `book/exerciser/comprehensive-rust-exercises/example/src/main.rs` with the
|
||||
appropriate contents.
|
||||
|
||||
Reference in New Issue
Block a user