branch: elpa/cyberpunk-theme
commit 18e810bc8e6f19845801c9d5f568e310a240196e
Author: n3mo <[email protected]>
Commit: n3mo <[email protected]>

    Added support for MELPA-stable
---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 81e0ffe..e5c1a89 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,13 @@ Cyberpunk is available in 
[MELPA](http://melpa.milkbox.net/). This installation
              '("melpa" . "http://melpa.milkbox.net/packages/";) t)
 ```
 
+Alternatively, if you prefer stability you can install from the 
[MELPA-stable](http://melpa-stable.milkbox.net) repository by instead adding 
the following to your init file:
+
+```lisp
+(add-to-list 'package-archives
+             '("melpa-stable" . "http://melpa-stable.milkbox.net/packages/";) t)
+```
+
 Once set up, you can install <code>cyberpunk</code> using the following 
command:
 
 <pre>

Reply via email to