aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2016-04-27 06:36:50 -0400
committerTeddy Wing2016-04-27 06:36:50 -0400
commit297821efafa9c54da39ff54227011146e2929225 (patch)
tree1b3a22ac1a148973746e6835a5b4492a3e1c1133
parent07505d78a316cff202e0dea43a43a96b78fef037 (diff)
downloadmutt-alias-auto-add-297821efafa9c54da39ff54227011146e2929225.tar.bz2
README: Update GitHub URL
Now that we've actually created and published the GitHub repo, use the new name. When I wrote the README I just guessed at a name and obviously that wasn't final.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 34702a1..10bc4b0 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ For other platforms, you'll need the [Rust][2] compiler.
1. Install with `cargo`:
- $ cargo install --git https://github.com/teddywing/alias-auto-add.git --root /usr/local
+ $ cargo install --git https://github.com/teddywing/mutt-alias-auto-add.git --root /usr/local
2. Add the program as a Mutt display filter. Add the following line to your
`.muttrc`, specifying the location of your Mutt aliases file as an argument
@@ -45,5 +45,5 @@ Copyright © 2016 Teddy Wing. Licensed under the GNU GPL (see the included
COPYING file).
-[1]: https://github.com/teddywing/alias-auto-add/releases
+[1]: https://github.com/teddywing/mutt-alias-auto-add/releases
[2]: https://www.rust-lang.org/