aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrandon Arnold <br@ndonarnold.email>2018-08-28 03:22:09 -0500
committerNatalie Weizenbaum <nweiz@google.com>2018-08-28 02:22:09 -0600
commit874aa4173b1bea7349df2375396cee146ba8d7c7 (patch)
treeafb1052fe51a22602fb04512d92348014a0d3fae /README.md
parent8e2f122de408d7866136dd861d513a9575cf32e6 (diff)
Remove references to now-defunct Marmalade repo (#74)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index a052ebe..e559734 100644
--- a/README.md
+++ b/README.md
@@ -13,13 +13,11 @@ Each perspective is composed of a window configuration and a set of buffers.
Switching to a perspective activates its window configuration, and when in a
perspective only its buffers are available by default.
-It's recommended that you install perspective.el from [Marmalade][] using `M-x
-package-install`. Alternately, you may put it in your load path and run
+It's recommended that you install perspective.el from [MELPA](https://melpa.org/).
+Alternately, you may put it in your load path and run
`(require 'perspective)`. Users of Debian 9 or later or Ubuntu 16.04
or later may simply `apt-get install elpa-perspective`.
-[Marmalade]: http://marmalade-repo.org/
-
## Usage
To activate perspective use `(persp-mode)`.