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 6e163e0 commit a486cf4Copy full SHA for a486cf4
README.md
@@ -55,3 +55,11 @@ first time submitting a PR to an open-source project.
55
56
Head over to the [Wiki](https://github.com/Together-Java/ModernJava/wiki) as general
57
entry point to the project. It provides lots of tutorials, documentation and other information.
58
+
59
+To run this locally you will need `mdbook`. The instructions for doing so are [here](https://rust-lang.github.io/mdBook/guide/installation.html).
60
61
+Then just run the following.
62
63
+```
64
+mdbook serve
65
0 commit comments