diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-02-28 15:04:40 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-02-28 15:04:40 -0500 |
commit | 4a3558fea08a254d96e3836f2b865c63bb65be06 (patch) | |
tree | d1f3ebd965dfd9a72c4e848e1560df7902d34646 | |
parent | f7e2884644591feb3c5c555aa339c4a1aee57b31 (diff) | |
download | snakemake-mode-4a3558fea08a254d96e3836f2b865c63bb65be06.tar.gz |
README.md: Mention MELPA
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ This repo contains two Emacs libraries for [Snakemake]. See the header of each file for more information. +Both of these are available on MELPA under the +[snakemake-mode package]. + [Snakemake]: https://bitbucket.org/snakemake/snakemake/wiki/Home [snakemake-mode.el]: https://github.com/kyleam/snakemake-mode/blob/master/snakemake-mode.el#L24 [snakemake.el]: https://github.com/kyleam/snakemake-mode/blob/master/snakemake.el#L21 +[snakemake-mode package]: http://melpa.org/#/snakemake-mode |