update readme to reflect website put in own folder

This commit is contained in:
Akbar Rahman 2021-05-01 13:39:34 +01:00
parent 02246ff26e
commit 27d323ac84

View File

@ -21,11 +21,10 @@ 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. The command will generate a website in the `$output` directory (`./web` by default).
It will then generate a list of all note files and put it in `index.html` in the It will then generate a list of all note files and put it in `index.html`.
root directory.
Then you just have to point a webserver at your notes directory. Then you just have to point a webserver at `$output`.
## Config ## Config