aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2021-03-24 15:47:06 +0100
committerXinglu Chen <public@yoctocell.xyz>2021-03-24 15:47:06 +0100
commit0cdc87288c529a36111ee5b559bc9b959eba1c14 (patch)
tree3d0ab073d887180a9b6035f23b9d481fc4ea4ba5
parent87ff26ef33258932659cdd88e95445cb2e9de528 (diff)
README: Remove duplicate info.
The same thing can be found in the Texinfo manual. * README.md: Remove Installation section.
-rw-r--r--README.md23
1 files changed, 1 insertions, 22 deletions
diff --git a/README.md b/README.md
index f96e494..9b16f4e 100644
--- a/README.md
+++ b/README.md
@@ -14,28 +14,7 @@ functions for sending email with git.
If you want to easily apply patches you have recieved via email, you
should checkout [piem](https://git.kyleam.com/piem).
-See the [manual](https://git.sr.ht/~yoctocell/git-email/tree/master/item/doc/git-email.org). for more details.
-
-# 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}"
-```
+See the manual for more details.
# Demo
![img](demo.gif)