]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/swiper/README.md
Merge commit 'bc335af4d94d80d3605b66ed51a15d2476ad2179' from swiper
[gnu-emacs-elpa] / packages / swiper / README.md
index 6482463a4db38f7376d359544ff5c9d3b9acc335..d80cf2bfa6411aa10646f8b866babe7fd61e85f8 100644 (file)
@@ -13,4 +13,20 @@ The package uses the `ivy` back end for the overview, see also
 
 ![ivy-swiper-1.png](http://oremacs.com/download/ivy-swiper-1.png)
 
-There's also a one minute [video demo](https://www.youtube.com/watch?v=s3qwiAtKjuA).
+There's also a ten minute [video demo](https://www.youtube.com/watch?v=VvnJQpTFVDc).
+
+## Installation
+
+You can install the package from MELPA / GNU ELPA.
+Here is some minimal configuration:
+
+```elisp
+(ivy-mode 1)
+(setq ivy-use-virtual-buffers t)
+(global-set-key "\C-s" 'swiper)
+(global-set-key "\C-r" 'swiper)
+```
+
+## Issues
+
+Recently, the `ivy` package that provided `ivy.el` was removed from MELPA.  Now, the `swiper` package provides `ivy.el`. You should remove the outdated `ivy` package from your system.