Skip to content

Commit

Permalink
[:completion ivy] Call pacman in the normal way
Browse files Browse the repository at this point in the history
`--needed` and `--noconfirm` are fine, but are usual to use when
installing a single package.
  • Loading branch information
fosskers committed May 17, 2021
1 parent b771425 commit e05dd26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/completion/ivy/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

* Description
This module provides Ivy integration for a variety of Emacs commands, as well as
a unified interface for project search and replace, powered by ripgrep.
a unified interface for project search and replace, powered by [[https://github.com/BurntSushi/ripgrep/][ripgrep]].

#+begin_quote
I prefer ivy over ido for its flexibility. I prefer ivy over helm because it's
Expand Down Expand Up @@ -76,7 +76,7 @@ brew install ripgrep

*** Arch Linux
#+BEGIN_SRC sh :dir /sudo::
sudo pacman --needed --noconfirm -S ripgrep
sudo pacman -S ripgrep
#+END_SRC

*** openSUSE
Expand Down

0 comments on commit e05dd26

Please sign in to comment.