ajout commentaires sur les usages possibles
This commit is contained in:
parent
0219df17df
commit
1b364404fb
1 changed files with 3 additions and 2 deletions
|
|
@ -24,14 +24,15 @@ in the html/header.html file if you want your generated pages to have a properly
|
||||||
|
|
||||||
## usage
|
## usage
|
||||||
|
|
||||||
put your files in the "content" folder
|
put your files to be processed in the "content" folder then lauch the script
|
||||||
``` ./genlog.sh ```
|
``` ./genlog.sh ```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
|
you can also put the path to your folder with the files to be processed as the first argument
|
||||||
``` ./genlog.sh /path/to/your/choosen/folder ```
|
``` ./genlog.sh /path/to/your/choosen/folder ```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
you can optionally add a text at the end of the HTML page title
|
you can optionally add a text at the end of the HTML page title as the second argument
|
||||||
```./genlog.sh /path/to/your/choosen/folder "Your custom title"```
|
```./genlog.sh /path/to/your/choosen/folder "Your custom title"```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue