diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-05-25 13:46:04 +0200 |
---|---|---|
committer | Xinglu Chen <public@yoctocell.xyz> | 2021-05-25 13:46:04 +0200 |
commit | 693191fd688d75aaa81d613eb337ae637b63dc50 (patch) | |
tree | 5d40ae8199559446e355edeaa249362fcca9fcf4 /doc/git-email.texi | |
parent | 585f1487d6e4bbeea54741949922e85cc30baf90 (diff) |
Rewrite Guix package definition
* git-email.scm: Rename to ...
* guix.scm: ... this, and remove the package for the stable release.
I will hopefully get around to package it in Guix proper someday...
* doc/git-email.texi (Installation): Add node for installing with
Guix.
(Contributing): Add instructions for creating a development
environment with Guix.
Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
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 |