branch: elpa/exec-path-from-shell
commit d8aa7765a138a0cee1a18ac380019fb3b33d07e6
Merge: 54ea2f9c3c f858b05cf9
Author: Steve Purcell <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #82 from mernst/installation-instructions
Make installation instructions more explicit
---
README.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 822d502b63..bb47925c07 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,10 @@ variables (e.g. using the "export" keyword) may not be
visible to
Installation
------------
-Installable packages are available via MELPA. Alternatively, [download][]
+Installable packages are available via MELPA: do
+`M-x package-install RET exec-path-from-shell RET`.
+
+Alternatively, [download][]
the latest release or clone the repository, and install
`exec-path-from-shell.el` with `M-x package-install-file`.