mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-21 23:09:52 +00:00
add yq depencency, screenshot
This commit is contained in:
parent
e508bccea7
commit
aea3ce7422
12
readme.md
12
readme.md
@ -2,15 +2,23 @@
|
||||
|
||||
View your notes as a static html site.
|
||||
|
||||
![](./screenshot.png)
|
||||
|
||||
## Install
|
||||
|
||||
0. Install [Pandoc](https://pandoc.org/index.html)
|
||||
0. Install [Pandoc](https://pandoc.org/index.html) and [yq](https://github.com/mikefarah/yq)
|
||||
|
||||
On arch:
|
||||
```
|
||||
# pacman -S pandoc yq
|
||||
```
|
||||
|
||||
1. Run `make install` as root
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
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.
|
||||
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 198 KiB |
Loading…
Reference in New Issue
Block a user