This commit is contained in:
Omar Polo 2021-10-09 16:31:43 +00:00
parent 0111ad5d26
commit 540d05dedc
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ To run gmid in the “configless” mode, just type:
$ gmid path/to/dir
```
gmid will then generate a certificate inside ~/.local/share/gmid and serving the given directory locally.
gmid will then generate a certificate inside ~/.local/share/gmid and serve the given directory locally.
To run gmid in daemon mode a configuration file is needed. The format of the configuration file is described in the manpage and is quite flexible, but for simple setup something like the following should be enough:

View File

@ -145,7 +145,7 @@
<pre>$ gmid path/to/dir</pre>
<p>
gmid will then generate a certificate inside ~/.local/share/gmid
and serving the given directory locally.
and serve the given directory locally.
</p>
<p>
To run gmid in daemon mode a configuration file is needed. The