We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fa9ee commit 831de4cCopy full SHA for 831de4c
.gitignore
@@ -1,4 +1,4 @@
1
-book
2
-tests/src/*
3
-tests/target/*
+/book
+/tests/src/*
+/tests/target
4
Cargo.lock
README.md
@@ -19,7 +19,7 @@ cargo install mdbook --version "^0.4" --force
19
mdbook build --open
20
```
21
22
-`mdbook test` does not currently work, see: https://github.com/rust-lang/mdBook/issues/394
+`mdbook test` does not currently work, see: https://github.com/rust-random/book/issues/79
23
24
As a workaround, please run:
25
0 commit comments