https://github.com/grayjack/carp-book
Carp book (wip)
https://github.com/grayjack/carp-book
book carp programming
Last synced: 8 months ago
JSON representation
Carp book (wip)
- Host: GitHub
- URL: https://github.com/grayjack/carp-book
- Owner: GrayJack
- License: mit
- Created: 2020-01-17T06:28:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T05:07:18.000Z (almost 6 years ago)
- Last Synced: 2025-04-04T18:35:11.268Z (11 months ago)
- Topics: book, carp, programming
- Language: Shell
- Homepage: https://grayjack.github.io/carp-book/
- Size: 907 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# carp-book
Carp book (wip)
## How to generate the book
You first need to have the [MdBook](https://github.com/rust-lang/mdBook)
installed.
Then:
```sh
mdbook build && cp highlight.js book/highlight.js
```