branch: externals/system-packages
commit 942c9e7c4723151f67874237716f77ad64f7c267
Author: Alex Branham <[email protected]>
Commit: Alex Branham <[email protected]>
On MELPA
---
README.org | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/README.org b/README.org
index 1e7169e..e442335 100644
--- a/README.org
+++ b/README.org
@@ -7,13 +7,12 @@ packages more convenient through emacs.
* Installation
- System packages is not available on MELPA, so the easiest way to use
- it is to =git clone= it somewhere and add that to your load-path. If
- you use [[https://github.com/jwiegley/use-package][use-package]],
configuration may look something like this:
+ System packages is available on [[https://melpa.org/#/][MELPA]]. If you use
[[https://github.com/jwiegley/use-package][use-package]] and
+ have MELPA set up correctly, all you'll need is something like the following:
#+BEGIN_SRC emacs-lisp :eval never
(use-package system-packages
- :load-path "~/path/to/system-packages")
+ :ensure t)
#+END_SRC
* Configuration