aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 173a997..f96e494 100644
--- a/README.md
+++ b/README.md
@@ -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
![img](demo.gif)