mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
doc: Make install script more prominent.
Suggested by Steven vanZyl <rushsteve1@rushsteve1.us>. * doc/guix.texi (Binary Installation): Add @example showing how to download the script. Use "systemctl enable --now".
This commit is contained in:
parent
a3cbcbaf8b
commit
40c6b1802c
1 changed files with 9 additions and 2 deletions
|
@ -548,7 +548,14 @@ We recommend the use of this
|
||||||
@uref{https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh,
|
@uref{https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh,
|
||||||
shell installer script}. The script automates the download, installation, and
|
shell installer script}. The script automates the download, installation, and
|
||||||
initial configuration steps described below. It should be run as the root
|
initial configuration steps described below. It should be run as the root
|
||||||
user.
|
user. As root, you can thus run this:
|
||||||
|
|
||||||
|
@example
|
||||||
|
cd /tmp
|
||||||
|
wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh
|
||||||
|
chmod +x guix-install.sh
|
||||||
|
./guix-install.sh
|
||||||
|
@end example
|
||||||
@end quotation
|
@end quotation
|
||||||
|
|
||||||
Installing goes along these lines:
|
Installing goes along these lines:
|
||||||
|
@ -652,7 +659,7 @@ with these commands:
|
||||||
@example
|
@example
|
||||||
# cp ~root/.config/guix/current/lib/systemd/system/guix-daemon.service \
|
# cp ~root/.config/guix/current/lib/systemd/system/guix-daemon.service \
|
||||||
/etc/systemd/system/
|
/etc/systemd/system/
|
||||||
# systemctl start guix-daemon && systemctl enable guix-daemon
|
# systemctl enable --now guix-daemon
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
If your host distro uses the Upstart init system:
|
If your host distro uses the Upstart init system:
|
||||||
|
|
Loading…
Reference in a new issue