branch: elpa/raku-mode commit 0be377dba862c6ac33c02f371be7e2ab11b17c88 Author: Hinrik Örn Sigurðsson <hinrik....@gmail.com> Commit: Hinrik Örn Sigurðsson <hinrik....@gmail.com>
Place manual installation instructions last --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d704a928d9..6e03197b78 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,6 @@ Features Installation ------------ -From [MELPA][] with <kbd>M-x package-install RET perl6-mode</kbd>. - With [`use-package`][use-package] in your init file: ```el @@ -47,6 +45,8 @@ Or in your [`Cask`][cask] file: (depends-on "perl6-mode") ``` +Or manually with <kbd>M-x package-install RET perl6-mode</kbd>. + Usage -----