mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-22 15:29:52 +00:00
add extra info to readme
This commit is contained in:
parent
e2f17c8367
commit
efa6fd4b24
11
readme.md
11
readme.md
@ -4,9 +4,8 @@ View your notes as a static html site.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```
|
0. Install [Pandoc](https://pandoc.org/index.html)
|
||||||
# make install
|
1. Run `make install` as root
|
||||||
```
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@ -14,6 +13,12 @@ View your notes as a static html site.
|
|||||||
notes2web NOTES_DIRECTORY_1 [NOTES_DIRECTORY_2 [...]]
|
notes2web NOTES_DIRECTORY_1 [NOTES_DIRECTORY_2 [...]]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The command will generate and place html files in your notes directory.
|
||||||
|
It will then generate a list of all note files and put it in `index.html` in the
|
||||||
|
root directory.
|
||||||
|
|
||||||
|
Then you just have to point a webserver at your notes directory.
|
||||||
|
|
||||||
## Uninstall
|
## Uninstall
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user