No Description

Jorge Maldonado Ventura 0c7f1b40bc Add installation instructions 6 years ago
deb 6e55d46194 guix installer for Trisquel 8 (version 0.14.0) 6 years ago
.gitignore 6e55d46194 guix installer for Trisquel 8 (version 0.14.0) 6 years ago
Makefile 6e55d46194 guix installer for Trisquel 8 (version 0.14.0) 6 years ago
README.md 0c7f1b40bc Add installation instructions 6 years ago

README.md

To install Guix on Debian-based systems execute the following commands:

$ git clone https://notabug.org/isengaara/debian-guix-installer.git
$ cd debian-guix-installer
$ make
$ sudo dpkg -i guix-installer.deb
$ sudo /gnu/guix_installer/setup

You can test if it works installing the hello package:

$ guix package -i hello
$ export PATH="/home/$USER/.guix-profile/bin${PATH:+:}$PATH"
$ hello

You should get the "Hello, world!" message or its equivalent in your locale.