mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-21 23:09: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
|
||||
|
||||
```
|
||||
# make install
|
||||
```
|
||||
0. Install [Pandoc](https://pandoc.org/index.html)
|
||||
1. Run `make install` as root
|
||||
|
||||
## Usage
|
||||
|
||||
@ -14,6 +13,12 @@ View your notes as a static html site.
|
||||
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
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user