diff --git a/crowbook/README.md b/crowbook/README.md new file mode 100644 index 0000000..ca9abe7 --- /dev/null +++ b/crowbook/README.md @@ -0,0 +1,9 @@ + +## Installation ## + +```` +rustup +cargo install crowbook +```` + +pdf generation needs xelatex \ No newline at end of file diff --git a/mdbook/README.md b/mdbook/README.md new file mode 100644 index 0000000..78a8edf --- /dev/null +++ b/mdbook/README.md @@ -0,0 +1,8 @@ + +## Installation ## + +`` +rustup +cargo install mdbook +cargo install mdbook-epub +```` \ No newline at end of file diff --git a/sphinx/README.md b/sphinx/README.md new file mode 100644 index 0000000..8cfb8b9 --- /dev/null +++ b/sphinx/README.md @@ -0,0 +1,9 @@ + +## Installation ## + +`` +python3 -m venv venv +source venv/bin/activate +pip install sphinxcontrib-plantuml +pip install myst-parser +```` \ No newline at end of file