diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-07 21:32:50 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-08 01:05:35 +0100 |
commit | c1941588dd7d3ca34bcf7480bdc578b7a1110160 (patch) | |
tree | 48d7aaadfec08faf80bc4aadee9da188648f29e0 /doc/guix.texi | |
parent | 91cc5aff5a33b1c877466039f851c2379555876f (diff) | |
download | patches-c1941588dd7d3ca34bcf7480bdc578b7a1110160.tar patches-c1941588dd7d3ca34bcf7480bdc578b7a1110160.tar.gz |
doc: Emphasize the availability of two user interfaces.
* doc/guix.texi (Package Management): Add a word about the two user
interfaces.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index a432d2eb19..7927ca0b00 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -610,7 +610,10 @@ procedure or dependencies. Guix also goes beyond this obvious set of features. This chapter describes the main features of Guix, as well as the package -management tools it provides. +management tools it provides. Two user interfaces are provided for +routine package management tasks: a command-line interface +(@pxref{Invoking guix package, @code{guix package}}), and a visual user +interface in Emacs (@pxref{Emacs Interface}). @menu * Features:: How Guix will make your life brighter. |