diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -19,6 +19,24 @@ See the [manual](https://git.sr.ht/~yoctocell/git-email/tree/master/item/doc/git # Installation Do a ’git clone’ on this repository and add `git-email` to your `load-path`. +## Nix +If you are using [nix flakes](https://nixos.wiki/wiki/Flakes), three +versions of the package are available: + +- `git-email-full-git` -- This includes all the optional libraries as + is built from the latest master branch. + +- `git-email-git` -- This only contains the core `git-email.el` + library and is built from the latest master branch. + +- `git-email` -- This is the package from the latest release. + +You can install the package with + +```sh +nix profile install "git+https://git.sr.ht/~yoctocell/git-email#git-email{-full-git,-git}" +``` + # Demo  |