branch: elpa/powershell
commit 4eeea99ddb87874de5d9b76f056c5d52b805eb65
Author: Joe Schafer <[email protected]>
Commit: Joe Schafer <[email protected]>

    chore: update readme with installation information
---
 README.md | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/README.md b/README.md
index 4a243756363..b84adc26885 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,40 @@ PowerShell Mode
 PowerShell Mode is an Emacs major mode for editing and running
 Microsoft PowerShell files.
 
+Installation
+============
+
+**With MELPA**
+
+First, add the package repository:
+
+```lisp
+(add-to-list 'package-archives
+             '("melpa" . "http://melpa.milkbox.net/packages/";) t)
+```
+
+Then install `powershell.el`:
+
+<kbd>M-x package-install RET powershell RET</kbd>
+
+**El-Get**
+
+**PENDING**: `powershell.el` is included in the El-Get repository
+
+Install powershell.el:
+
+<kbd>M-x el-get-install RET powershell.el RET</kbd>
+
+**Manually**
+
+Download `powershell.el` and place the download directory on your
+`load-path` like so:
+
+```lisp
+(add-to-list 'load-path "~/.emacs.d/path/to/powershell")
+```
+
+
 History
 -------
 

Reply via email to