add readme

This commit is contained in:
2021-04-30 22:01:08 +01:00
parent 2e1700152c
commit f1ac9fb028
3 changed files with 23 additions and 2 deletions

21
readme.md Normal file
View File

@@ -0,0 +1,21 @@
# notes2web
View your notes as a static html site.
## Install
```
# make install
```
## Usage
```
notes2web NOTES_DIRECTORY_1 [NOTES_DIRECTORY_2 [...]]
```
## Uninstall
```
# make uninstall
```