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

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

[nongnu] elpa/parseclj 48abe456c6 155/185: Update the installation instr


From: ELPA Syncer
Subject: [nongnu] elpa/parseclj 48abe456c6 155/185: Update the installation instructions
Date: Tue, 28 Dec 2021 14:05:31 -0500 (EST)

branch: elpa/parseclj
commit 48abe456c6e994a1c898622696495db0ef74fb83
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    Update the installation instructions
---
 README.md | 28 +++++++++++++++++++++-------
 1 file changed, 21 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 2db4aadc2c..7d63209086 100644
--- a/README.md
+++ b/README.md
@@ -12,17 +12,31 @@ Take a look at the [design document](DESIGN.md) for more 
details.
 
 ## Installation
 
-Currently `parseclj` is not part of [MELPA](http://melpa.milkbox.net/), so
-the best way to install it is by getting your own copy of the `parseclj` repo
-and putting it somewhere in your Emacs
-[`load-path`](https://www.emacswiki.org/emacs/LoadPath).
+Available on the major `package.el` community maintained repos -
+[MELPA Stable][] and [MELPA][] repos.
 
-You can just copy-paste this code into your Emacs init file:
+MELPA Stable is the recommended repo as it has the latest stable
+version.  MELPA has a development snapshot for users who don't mind
+(infrequent) breakage but don't want to run from a git checkout.
 
-```emacs-lisp
-(add-to-list 'load-path "/path/to/your/copy/of/parseclj/")
+You can install `parseclj` using the following command:
+
+<kbd>M-x package-install [RET] parseclj [RET]</kbd>
+
+or if you'd rather keep it in your dotfiles:
+
+```el
+(unless (package-installed-p 'parseclj)
+  (package-install 'parseclj))
 ```
 
+If the installation doesn't work try refreshing the package list:
+
+<kbd>M-x package-refresh-contents</kbd>
+
+[melpa]: http://melpa.org
+[melpa stable]: http://stable.melpa.org
+
 ## Usage
 
 `parseclj` contains function that return an



reply via email to

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