forked from wtf-eg/handbuch-gen
added initiall README.md for each tool
This commit is contained in:
parent
823254e65d
commit
f5ea2a27f7
9
crowbook/README.md
Normal file
9
crowbook/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
## Installation ##
|
||||
|
||||
````
|
||||
rustup
|
||||
cargo install crowbook
|
||||
````
|
||||
|
||||
pdf generation needs xelatex
|
8
mdbook/README.md
Normal file
8
mdbook/README.md
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
## Installation ##
|
||||
|
||||
``
|
||||
rustup
|
||||
cargo install mdbook
|
||||
cargo install mdbook-epub
|
||||
````
|
9
sphinx/README.md
Normal file
9
sphinx/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
## Installation ##
|
||||
|
||||
``
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install sphinxcontrib-plantuml
|
||||
pip install myst-parser
|
||||
````
|
Loading…
Reference in New Issue
Block a user