diff --git a/site/quickstart.gmi b/site/quickstart.gmi index ce269c7..8a63d46 100644 --- a/site/quickstart.gmi +++ b/site/quickstart.gmi @@ -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: diff --git a/site/quickstart.html b/site/quickstart.html index 2f430c6..183db26 100644 --- a/site/quickstart.html +++ b/site/quickstart.html @@ -145,7 +145,7 @@
$ gmid path/to/dir

gmid will then generate a certificate inside ~/.local/share/gmid - and serving the given directory locally. + and serve the given directory locally.

To run gmid in daemon mode a configuration file is needed. The