Skip to content

Commit d0f6d89

Browse files
bowbahdoeomniprofDainTrain
authored
Update from my branch (#82)
* Update initialization.md * Add footnote softening the use of "wrong" Co-Authored-By: Ken Fogel <[email protected]> * Explain backslash and forward slash Co-Authored-By: Dain LaRock <[email protected]> * Resolve #54 * Use IO.readln * Add OffsetDateTime chapter * Chapter on Date * Switch and recursion * Loops III * Checkpoint * More reflection * checkpoint * Numerics * IO println * Checkpoint * Update other prints * .. * Remove junk files --------- Co-authored-by: Ken Fogel <[email protected]> Co-authored-by: Dain LaRock <[email protected]>
1 parent b3ede81 commit d0f6d89

File tree

414 files changed

+5479
-1446
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

414 files changed

+5479
-1446
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)