aboutsummaryrefslogtreecommitdiff
path: root/doc/installation.rst
diff options
context:
space:
mode:
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.