[:completion ivy] Call pacman
in the normal way
`--needed` and `--noconfirm` are fine, but are usual to use when installing a single package.
This commit is contained in:
parent
b771425f45
commit
e05dd2651f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue