From f5ea2a27f7972c743f6de2521099962ed85535c9 Mon Sep 17 00:00:00 2001 From: Gulliver Date: Sun, 1 Aug 2021 09:16:50 +0200 Subject: [PATCH] added initiall README.md for each tool --- crowbook/README.md | 9 +++++++++ mdbook/README.md | 8 ++++++++ sphinx/README.md | 9 +++++++++ 3 files changed, 26 insertions(+) create mode 100644 crowbook/README.md create mode 100644 mdbook/README.md create mode 100644 sphinx/README.md 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