summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@sequoia-pgp.org>2021-10-30 15:34:32 +0300
committerLars Wirzenius <liw@sequoia-pgp.org>2021-10-30 15:34:32 +0300
commita35b07583f8f508d2cbe56202a00e78557ab4d3a (patch)
tree672ff46c4c3ee8aa90a7b4a3f9c3fed187fddd43
parentd767c66f0b71fda5379f22fe5d2e1746c09997b4 (diff)
downloadsq-user-guide-a35b07583f8f508d2cbe56202a00e78557ab4d3a.tar.gz
put back sections for platforms in installation chapter
-rw-r--r--Makefile2
-rw-r--r--sq-guide.md31
2 files changed, 24 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 93931ed..ec00d97 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PANDOCOPTS = --standalone --number-sections --toc
+PANDOCOPTS = --standalone --number-sections --toc --toc-depth=2
HTMLOPTS = -H sq.css
.SUFFIXES: .md .html .pdf
diff --git a/sq-guide.md b/sq-guide.md
index 23fe075..4c98106 100644
--- a/sq-guide.md
+++ b/sq-guide.md
@@ -169,7 +169,9 @@ gratefully accept changes for additional target systems.
## On various platforms
-**Debian:** On a Debian system (version 11 or later):
+### Debian
+
+On a Debian system (version 11 or later):
```
apt install sq
@@ -179,19 +181,32 @@ 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:** FIXME.
+### Fedora
+FIXME.
+
+### Arch
+
+FIXME.
+
+### FreeBSD
+
+FIXME.
+
+### OpenBSD
+
+FIXME.
-**Arch:** FIXME.
+### NetBSD
-**FreeBSD:** FIXME.
+FIXME.
-**OpenBSD:** FIXME.
+### macOS
-**NetBSD:** FIXME.
+FIXME.
-**macOS:** FIXME.
+### Windows
-**Windows:** FIXME.
+FIXME.
## From source code on all platforms