From 0cdc87288c529a36111ee5b559bc9b959eba1c14 Mon Sep 17 00:00:00 2001 From: Xinglu Chen Date: Wed, 24 Mar 2021 15:47:06 +0100 Subject: README: Remove duplicate info. The same thing can be found in the Texinfo manual. * README.md: Remove Installation section. --- README.md | 23 +---------------------- 1 file changed, 1 insertion(+), 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) -- cgit v1.2.3