You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
3
3
Monkey is a fully featured HTTP Server for Linux. The present repository contains the official documentation for each Monkey version covering admistration topics and general tutorials to accomplish specific setups.
4
4
5
+
## Requirements
6
+
7
+
This documentation is generated using [Gitbook](http://gitbook.io), so the following tools needs to be installed:
8
+
9
+
### NPM
10
+
11
+
```
12
+
$ sudo apt-get install npm
13
+
```
14
+
15
+
### Gitbook
16
+
17
+
```shell
18
+
$ sudo npm install gitbook
19
+
$ sudo npm install gitbook-plugin-richquotes
20
+
```
21
+
5
22
## How the documentation is built
6
23
7
24
All documentation is made in GIT Flavored Markdown format and is rendered using the [Gitbook](https://github.com/GitbookIO/gitbook) tool. To generate a HTML documenation from this source please issue the following command:
@@ -10,4 +27,4 @@ All documentation is made in GIT Flavored Markdown format and is rendered using
10
27
$ gitbook serve -p 9000 src/
11
28
```
12
29
13
-
Then point your browser at [http://127.0.0.1:9000/] to see the HTML documents. For more options check the Gitbook help.
30
+
Then point your browser at http://127.0.0.1:9000/ to see the HTML documents. For more options check the Gitbook help.
0 commit comments