branch: externals/doc-view-follow
commit 1ce2b3fd0ac897000d75f25d0d4216dd37ad4548
Author: Paul Nelson <[email protected]>
Commit: Paul Nelson <[email protected]>
Update installation instructions
---
README.org | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/README.org b/README.org
index 546f2eea5b0..74ddbdb099e 100644
--- a/README.org
+++ b/README.org
@@ -12,12 +12,7 @@ This package supports the built-in =doc-view-mode= as well
as =pdf-view-mode= fr
* Installation
-=doc-view-follow.el= should soon be available on ELPA, so you can install it
from there via =M-x packages-install=.
-
-Alternatively, download the source file and run:
-#+begin_src emacs-lisp
-M-x package-install-file RET /path/to/doc-view-follow.el RET
-#+end_src
+=doc-view-follow.el= is available on ELPA, so you can install it from there
via =M-x packages-install=. Alternatively, install it via your preferred
package manager, or download =doc-view-follow.el= and run =M-x
package-install-file=.
* Usage
@@ -65,4 +60,3 @@ The prefix key can be customized by changing
=follow-mode-prefix-key=.
* Extensibility
The package uses generic functions, making it straightforward to add support
for additional document viewing modes.
-