aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-23 15:54:06 -0600
committerCraig Jennings <c@cjennings.net>2026-02-23 15:54:06 -0600
commitd1352fd1ee2e2ea668c3e241e826e6bd6b70239e (patch)
tree70ccd881b3a22001546af232572b41b1b7c67b18
parent4d4a3a0dac8478b9b7d7a27e88f0dfa712712110 (diff)
downloadarchangel-d1352fd1ee2e2ea668c3e241e826e6bd6b70239e.tar.gz
archangel-d1352fd1ee2e2ea668c3e241e826e6bd6b70239e.zip
docs: use inline code for make build in overview
-rw-r--r--README.org8
1 files changed, 1 insertions, 7 deletions
diff --git a/README.org b/README.org
index 7faa158..3f4b20e 100644
--- a/README.org
+++ b/README.org
@@ -5,13 +5,7 @@ Arch Linux ISO and installer with ZFS and Btrfs support.
* Overview
-Archangel is a custom Arch Linux ISO build system.
-
-#+begin_src bash
-make build
-#+end_src
-
-will begin generating a live ISO with OpenZFS kernel modules and an installer that supports Arch Linux on ZFS root along with Btrfs, encrypted filesystems, multi-disk RAID configurations. The ISO also doubles as a [[#rescue-disk][rescue disk]] with data recovery, boot repair, hardware diagnostics, and other tools pre-installed. An [[#ssh-server][SSH server]] starts automatically making remote connections dead easy.
+Archangel is a custom Arch Linux ISO build system. ~make build~ will begin generating a live ISO with OpenZFS kernel modules and an installer that supports Arch Linux on ZFS root along with Btrfs, encrypted filesystems, multi-disk RAID configurations. The ISO also doubles as a [[#rescue-disk][rescue disk]] with data recovery, boot repair, hardware diagnostics, and other tools pre-installed. An [[#ssh-server][SSH server]] starts automatically making remote connections dead easy.
* Features