branch: master commit 65ec32c984ca4cc4e82c9e8a05c98d0cc7e1ea4c Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
README.md: mention the manual more prominently --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ddaf87f..5c67a88 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,15 @@ You can install the package from MELPA / GNU ELPA. ## Documentation -If you install from MELPA, you'll automatically get an `(ivy)` Info node. The source file for the Info page is [here](https://github.com/abo-abo/swiper/blob/master/doc/ivy.org). +### Manual +If you install from MELPA, you'll automatically get an `(ivy)` Info node. -Additionally, there's some information on [the wiki](https://github.com/abo-abo/swiper/wiki). +The same information is also available in [HTML](http://oremacs.com/swiper/). The source file for the Info page is [here](https://github.com/abo-abo/swiper/blob/master/doc/ivy.org). -Finally, here's a small configuration example: +### Wiki +Additionally, there's some information on [the wiki](https://github.com/abo-abo/swiper/wiki). +### Small config example ```elisp (ivy-mode 1) (setq ivy-use-virtual-buffers t)