diff options
-rw-r--r-- | site/quickstart.gmi | 4 | ||||
-rw-r--r-- | site/quickstart.html | 10 |
2 files changed, 6 insertions, 8 deletions
diff --git a/site/quickstart.gmi b/site/quickstart.gmi index 95bbd29..08f62a6 100644 --- a/site/quickstart.gmi +++ b/site/quickstart.gmi @@ -19,9 +19,7 @@ gmid will then generate a certificate inside ~/.local/share/gmid and serve the g ## Setting up a capsule with gmid -To host a Gemini capsule you need to run gmid in “daemon” mode. - -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 something like the following should be enough to start: +To host a Gemini capsule you need to run gmid in “daemon” mode, and so a configuration file is needed. The format of the configuration file is described in the manpage and is quite flexible, but something like the following should be enough to start: ```sample configuration file # /etc/gmid.conf diff --git a/site/quickstart.html b/site/quickstart.html index ded73b3..739e414 100644 --- a/site/quickstart.html +++ b/site/quickstart.html @@ -148,12 +148,12 @@ and serve the given directory locally. </p> <h2>Setting up a capsule with gmid</h2> - <p>To host a Gemini capsule you need to run gmid in “daemon” mode.</p> <p> - 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 something like the following should be - enough to start: + To host a Gemini capsule you need to run gmid in “daemon” + mode, and so a configuration file is needed. The format of the + configuration file is described in the manpage and is quite + flexible, but something like the following should be enough to + start: </p> <pre># /etc/gmid.conf |