mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
update arch linux installation instructions (now available via pacman)
closes #328
This commit is contained in:
parent
67a364bc17
commit
b2b9bf3b8c
1 changed files with 6 additions and 7 deletions
13
README.md
13
README.md
|
@ -46,17 +46,16 @@ Requirements: Zsh v4.3.11 or later
|
|||
|
||||
3. Start a new terminal session.
|
||||
|
||||
### Arch Linux via the AUR
|
||||
1. Install the [`zsh-autosuggestions`](https://aur.archlinux.org/packages/zsh-autosuggestions/) or the [`zsh-autosuggestions-git`](https://aur.archlinux.org/packages/zsh-autosuggestions-git/) packages from the [AUR](https://wiki.archlinux.org/index.php/Arch_User_Repository).
|
||||
### Arch Linux
|
||||
|
||||
1. Install [`zsh-autosuggestions`](https://www.archlinux.org/packages/community/any/zsh-autosuggestions/) from the `community` repository.
|
||||
|
||||
```sh
|
||||
pacaur -S zsh-autosuggestions
|
||||
```
|
||||
or
|
||||
```
|
||||
pacaur -S zsh-autosuggestions-git
|
||||
pacman -S zsh-autosuggestions
|
||||
```
|
||||
|
||||
or, to use a package based on the `master` branch, install [`zsh-autosuggestions-git`](https://aur.archlinux.org/packages/zsh-autosuggestions-git/) from the [AUR](https://wiki.archlinux.org/index.php/Arch_User_Repository).
|
||||
|
||||
2. Add the following to your `.zshrc`:
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue