diff options
Diffstat (limited to 'doc/git-email.texi')
-rw-r--r-- | doc/git-email.texi | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/git-email.texi b/doc/git-email.texi index 72c4592..d581656 100644 --- a/doc/git-email.texi +++ b/doc/git-email.texi @@ -116,8 +116,10 @@ should checkout @uref{https://git.kyleam.com/piem, piem}. @node Installation @chapter Installation -You can install it by cloning this repo and adding @samp{git-email} to -your @samp{load-path}. +@samp{git-email} is not yet available in any package repositories, so +you have to install it manually by cloning the Git repo and adding @samp{git-email} to +your @code{load-path}. Or, you can install it using one of the options +listed below. @menu * Nix:: @@ -148,6 +150,11 @@ You can install the package with nix profile install "git+https://git.sr.ht/~yoctocell/git-email#git-email@{-full-git,-git@}" @end example +@node Guix + +You can install git-email with guix by running @command{guix install +--install-from-file=guix.scm}. + @node Usage @chapter Usage @@ -336,6 +343,10 @@ You are welcome to send patches and bug reports to the @uref{https://lists.sr.ht/~yoctocell/git-email-devel, git-email-devel} mailing list. +If you are using @uref{https://guix.gnu.org/, GNU Guix}, you can create +a development environment by running @command{guix environment +--load=guix.scm} (see the @file{guix.scm} file for more details). + @node GNU Free Documentation License @appendix GNU Free Documentation License @include fdl-1.3.texi |