summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorAlex Griffin <a@ajgrf.com>2019-05-11 12:50:06 -0500
committerAlex Griffin <a@ajgrf.com>2019-05-11 12:55:52 -0500
commit9333cb2b681331d976977df0da5f0d362e5e1bc8 (patch)
tree767e9070f80f05b2a61c9d08585665752e06a637 /README.org
parent56990fb526f8fc6673765216e24710ab9c9ddeb8 (diff)
Add README.org
Diffstat (limited to 'README.org')
-rw-r--r--README.org25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..49f3dff
--- /dev/null
+++ b/README.org
@@ -0,0 +1,25 @@
+#+TITLE: Nonguix
+
+Nonguix is a software repository for the
+[[https://www.gnu.org/software/guix/][GNU Guix]] package manager,
+which packages some software which cannot be included in the official
+distribution for ethical or policy-related reasons.
+
+Please do NOT promote this repository on any official Guix
+communication channels, such as their mailing lists or IRC channel, even in
+response to support requests! This is to show respect for the Guix project's
+[[http://www.gnu.org/distros/free-system-distribution-guidelines.html][strict policy]]
+against recommending nonfree software, and to avoid any unnecessary hostility.
+
+* Installation
+
+Nonguix can be installed as a
+[[https://www.gnu.org/software/guix/manual/en/html_node/Channels.html][Guix channel]].
+To do so, add it to =~/.config/guix/channels.scm=:
+
+#+BEGIN_SRC scheme
+ (cons* (channel
+ (name 'nonguix)
+ (url "https://gitlab.com/ajgrf/nonguix"))
+ %default-channels)
+#+END_SRC