aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorConstantine Vetoshev <gepardcv@gmail.com>2020-03-02 10:59:02 -0800
committerConstantine Vetoshev <gepardcv@gmail.com>2020-03-02 10:59:02 -0800
commitc5d884db36f83429c9894392bad5dfab0e2ec8d6 (patch)
tree47e6430425aeb193faa632e78f81618a3f6f364f /README.md
parent2b45e5edce44baf18c45889459f63f2391733359 (diff)
Add use-package documentation.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index e5b20b3..814f5a2 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,14 @@ load](#saving-sessions-to-disk) feature, which cleanly saves perspectives.
You should install Perspective from [MELPA](https://melpa.org/) or [MELPA Stable](https://stable.melpa.org/).
+Users of [`use-package`](https://github.com/jwiegley/use-package) can install Perspective as follows:
+
+```
+(use-package perspective
+ :config
+ (persp-mode))
+```
+
Alternately, put `perspective.el` from this source repository in your load path
and run `(require 'perspective)`.