this too
This commit is contained in:
parent
9793da8fe7
commit
a56d44bde5
|
@ -5,7 +5,7 @@
|
|||
.nh
|
||||
.ad l
|
||||
.\" Begin generated content:
|
||||
.TH "gmi-web" "1" "2021-01-29" "1.0.0"
|
||||
.TH "gmi-web" "1" "2021-01-30" "1.0.0"
|
||||
.P
|
||||
.SH NAME
|
||||
.P
|
||||
|
@ -57,7 +57,7 @@ Render .html for all the .gmi files in the current directory
|
|||
.P
|
||||
.nf
|
||||
.RS 4
|
||||
gmi-web --lang en $(find \&. -name *\&.gmi)
|
||||
gmi-web --lang en $(find \&. -name "*\&.gmi")
|
||||
.fi
|
||||
.RE
|
||||
.P
|
||||
|
@ -78,7 +78,7 @@ Then give the path to \fBgmi-web\fR --config.
|
|||
.P
|
||||
.nf
|
||||
.RS 4
|
||||
gmi-web --config /path/to/my\&.json $(find \&. -name *\&.gmi)
|
||||
gmi-web --config /path/to/my\&.json $(find \&. -name "*\&.gmi")
|
||||
.fi
|
||||
.RE
|
||||
.P
|
||||
|
|
|
@ -39,7 +39,7 @@ and mobile-friendly fashion!
|
|||
Render .html for all the .gmi files in the current directory
|
||||
|
||||
```
|
||||
gmi-web --lang en $(find . -name \*.gmi)
|
||||
gmi-web --lang en $(find . -name "\*.gmi")
|
||||
```
|
||||
|
||||
To use *--config* you will need a .json file with the flags you want to be
|
||||
|
@ -56,7 +56,7 @@ included.
|
|||
Then give the path to *gmi-web* --config.
|
||||
|
||||
```
|
||||
gmi-web --config /path/to/my.json $(find . -name \*.gmi)
|
||||
gmi-web --config /path/to/my.json $(find . -name "\*.gmi")
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue