branch: elpa/powershell
commit 4e8cb243420f7bf5ae5bc6199c76bd6e9bf40978
Author: Jostein Kjønigsen <[email protected]>
Commit: Jostein Kjønigsen <[email protected]>

    Document ability to use use-package.
---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index dd7e9530b6e..3d8c20c9eb6 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,13 @@ Then install `powershell.el`:
 
 <kbd>M-x package-install RET powershell RET</kbd>
 
+You can also install the package use `use-package`:
+
+```lisp
+(use-package powershell
+    :ensure t)
+```
+
 **El-Get**
 
 `powershell.el` is included in the El-Get repository

Reply via email to