Skip to content

Commit a486cf4

Browse files
committed
Resolve #54
1 parent 6e163e0 commit a486cf4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,11 @@ first time submitting a PR to an open-source project.
5555

5656
Head over to the [Wiki](https://github.com/Together-Java/ModernJava/wiki) as general
5757
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

Comments
 (0)