aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorArun Isaac2021-12-22 00:54:38 +0530
committerArun Isaac2021-12-22 00:54:38 +0530
commit9ddec87d73c998194877042b71846ae2821785c4 (patch)
tree46036f5ac03709efd6d0bc555f35c5d51a49298a /README.org
parent2dcd7ddf8e68361dc67bfda5d733bc70c3a9e650 (diff)
downloadguix-forge-9ddec87d73c998194877042b71846ae2821785c4.tar.gz
guix-forge-9ddec87d73c998194877042b71846ae2821785c4.tar.lz
guix-forge-9ddec87d73c998194877042b71846ae2821785c4.zip
README: Add installation instructions.
* README.org (Installation): New section.
Diffstat (limited to 'README.org')
-rw-r--r--README.org16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.org b/README.org
index df0785c..8920ecb 100644
--- a/README.org
+++ b/README.org
@@ -4,6 +4,22 @@
/guix-forge/ is provided on a best effort basis. Its design is unstable, and open to change. We will try our best to not break your system configuration often, but it might happen.
+* Installation
+
+/guix-forge/ is distributed as a Guix channel. To use it, add the following channel definition to your ~/.config/guix/channels.scm file.
+
+#+BEGIN_SRC scheme
+ (channel
+ (name 'guix-forge)
+ (url "https://git.systemreboot.net/guix-forge/")
+ (branch "main")
+ (introduction
+ (make-channel-introduction
+ "2dcd7ddf8e68361dc67bfda5d733bc70c3a9e650"
+ (openpgp-fingerprint
+ "7F73 0343 F2F0 9F3C 77BF 79D3 2E25 EE8B 6180 2BB3"))))
+#+END_SRC
+
* Philosophy
In order to empower ordinary users, software should not just be free (as in freedom), but also be simple and easy to deploy, especially for small-scale deployments. /guix-forge/ is therefore minimalistic, and does not require running large database servers such as MariaDB and PostgreSQL.