From 540d05dedc087b9216350906fa1310a59b6f6f37 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sat, 9 Oct 2021 16:31:43 +0000 Subject: [PATCH] typo --- site/quickstart.gmi | 2 +- 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 @@
$ 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