diff options
author | Omar Polo <op@omarpolo.com> | 2021-10-09 16:31:43 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-10-09 16:31:43 +0000 |
commit | 540d05dedc087b9216350906fa1310a59b6f6f37 (patch) | |
tree | a99f8a58e6f071b4f9c519b1c2a4c01105e422a3 /site | |
parent | 0111ad5d262970304b8e12a9cb79b707f030d4cc (diff) |
typo
Diffstat (limited to 'site')
-rw-r--r-- | site/quickstart.gmi | 2 | ||||
-rw-r--r-- | site/quickstart.html | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ <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 |