aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/README.md b/README.md
index 9042896..7714b29 100644
--- a/README.md
+++ b/README.md
@@ -29,13 +29,6 @@ This will install the binding into _${HOME}/opt/signal-composer_ directory. You
### Prerequisites
-You can use gitbook to serve documentation. To do so, please install it using *npm* as well as *calibre* package from your package distribution manager:
-
-```bash
-sudo npm install -g gitbook-cli
-sudo apt-get install calibre
-```
-
To generate Doxygen documentation, you'll need doxygen and graphviz:
```bash
@@ -51,18 +44,6 @@ cmake ..
### Generation
-Generate a PDF version :
-
-```bash
-gendocs.sh pdf
-```
-
-Serve an HTML version, this will run a web server that will serve you locally documentation :
-
-```bash
-gendocs.sh serve
-```
-
Generate **doxygen** documentation:
```bash