summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@sequoia-pgp.org>2021-10-30 15:27:24 +0300
committerLars Wirzenius <liw@sequoia-pgp.org>2021-10-30 15:27:24 +0300
commitd767c66f0b71fda5379f22fe5d2e1746c09997b4 (patch)
tree3ac178b5e85246989e744efa1556dcd62414297f
parentf32086dffa156e3ede6df8b51a183987dde43b87 (diff)
downloadsq-user-guide-d767c66f0b71fda5379f22fe5d2e1746c09997b4.tar.gz
simplify installation chapter structure
-rw-r--r--sq-guide.md32
1 files changed, 9 insertions, 23 deletions
diff --git a/sq-guide.md b/sq-guide.md
index 25c9663..23fe075 100644
--- a/sq-guide.md
+++ b/sq-guide.md
@@ -167,9 +167,9 @@ This chapter explains how to install `sq` in various ways. It is by
necessity always going to be incomplete, but the authors would
gratefully accept changes for additional target systems.
-## Debian
+## On various platforms
-On a Debian system (version 11 or later):
+**Debian:** On a Debian system (version 11 or later):
```
apt install sq
@@ -179,33 +179,19 @@ Note that on Debian 11 (bullseye), the version of `sq` is rather old.
You may want to install a back-ported version, from the usual Debian
location for them.
-## Fedora
+**Fedora:** FIXME.
-FIXME.
+**Arch:** FIXME.
-## Arch
+**FreeBSD:** FIXME.
-FIXME.
+**OpenBSD:** FIXME.
-## FreeBSD
+**NetBSD:** FIXME.
-FIXME.
+**macOS:** FIXME.
-## OpenBSD
-
-FIXME.
-
-## NetBSD
-
-FIXME.
-
-## macOS
-
-FIXME.
-
-## Windows
-
-FIXME.
+**Windows:** FIXME.
## From source code on all platforms