aboutsummaryrefslogtreecommitdiff
path: root/doc/installation.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-02 18:59:06 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-02 18:59:06 -0700
commit40fdc8d6f232cfb2980b6cd9c5c6abde74f74515 (patch)
tree6abeb8a93b4a977b86d140f843e8e73e45266c75 /doc/installation.rst
parent067dce0b24f336019f6a5324bb2d5b06a9d6bf21 (diff)
downloadconsfigurator-40fdc8d6f232cfb2980b6cd9c5c6abde74f74515.tar.gz
move most of README into the manual
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/installation.rst')
-rw-r--r--doc/installation.rst31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/installation.rst b/doc/installation.rst
new file mode 100644
index 0000000..42b23c5
--- /dev/null
+++ b/doc/installation.rst
@@ -0,0 +1,31 @@
+.. _Installation:
+
+Installation
+============
+
+Debian and Debian derivatives
+-----------------------------
+
+The most recent tagged release of Consfigurator is included in `Debian
+experimental`_, and the .deb there should work fine on Debian stable, testing
+and unstable, and derivatives like Ubuntu. After enabling the repository,
+``apt-get install cl-consfigurator/experimental``.
+
+.. _Debian experimental: https://wiki.debian.org/DebianExperimental
+
+Quicklisp
+---------
+
+The most recent tagged release of Consfigurator is included in the
+`Quicklisp`_ service: ``(ql:quickload "consfigurator")``.
+
+.. _Quicklisp: https://www.quicklisp.org/
+
+From git
+--------
+
+If you would like to follow development more closely, you can::
+
+ % git clone https://git.spwhitton.name/consfigurator ~/.local/share/common-lisp/source/consfigurator
+
+and ASDF should pick it up.