emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/system-packages 942c9e7 029/117: On MELPA


From: Stefan Monnier
Subject: [elpa] externals/system-packages 942c9e7 029/117: On MELPA
Date: Fri, 14 Dec 2018 17:02:02 -0500 (EST)

branch: externals/system-packages
commit 942c9e7c4723151f67874237716f77ad64f7c267
Author: Alex Branham <address@hidden>
Commit: Alex Branham <address@hidden>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]