diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-11-25 15:30:03 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-25 16:08:10 +0100 |
commit | c80e7e55b37575baa310b1c5e6ed10903904b8d6 (patch) | |
tree | 0fb6351d93d855f871cb34156cdccfb590ff3533 /README | |
parent | da7b042dd921acce03453e6433512b572463c5c5 (diff) | |
download | patches-c80e7e55b37575baa310b1c5e6ed10903904b8d6.tar patches-c80e7e55b37575baa310b1c5e6ed10903904b8d6.tar.gz |
doc: Mention the pronunciation of "Guix".
* README: Mention pronunciation of "Guix".
* doc/guix.texi (Introduction): Likewise.
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,10 +1,10 @@ -*- mode: org -*- -[[http://www.gnu.org/software/guix/][GNU Guix]] is a purely functional package manager, and associated free -software distribution, for the [[http://www.gnu.org/gnu/gnu.html][GNU system]]. In addition to standard -package management features, Guix supports transactional upgrades and -roll-backs, unprivileged package management, per-user profiles, and -garbage collection. +[[http://www.gnu.org/software/guix/][GNU Guix]] (IPA: /ɡiːks/) is a purely functional package manager, and +associated free software distribution, for the [[http://www.gnu.org/gnu/gnu.html][GNU system]]. In addition +to standard package management features, Guix supports transactional +upgrades and roll-backs, unprivileged package management, per-user +profiles, and garbage collection. It provides [[http://www.gnu.org/software/guile/][Guile]] Scheme APIs, including a high-level embedded domain-specific languages (EDSLs) to describe how packages are to be |