mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
Merge pull request #482 from aviaviavi/master
APT and Scarf installation instructions
This commit is contained in:
commit
0f22620f6c
22
README.md
22
README.md
|
|
@ -88,7 +88,7 @@ Go to the [releases page](https://github.com/peco/peco/releases), find the versi
|
|||
|
||||
_THIS IS THE RECOMMENDED WAY_ (except for OS X homebrew users)
|
||||
|
||||
### Mac OS X / Homebrew
|
||||
### Mac OS X (Homebrew, Scarf)
|
||||
|
||||
If you're on OS X and want to use homebrew:
|
||||
|
||||
|
|
@ -96,6 +96,26 @@ If you're on OS X and want to use homebrew:
|
|||
brew install peco
|
||||
```
|
||||
|
||||
or with Scarf:
|
||||
|
||||
```
|
||||
scarf install peco
|
||||
```
|
||||
|
||||
### Debian / Ubuntu (APT, Scarf)
|
||||
|
||||
To install with apt:
|
||||
|
||||
```
|
||||
apt install peco
|
||||
```
|
||||
|
||||
or with Scarf:
|
||||
|
||||
```
|
||||
scarf install peco
|
||||
```
|
||||
|
||||
### Windows (Chocolatey NuGet Users)
|
||||
|
||||
There's a third-party [peco package available](https://chocolatey.org/packages/peco) for Chocolatey NuGet.
|
||||
|
|
|
|||
Loading…
Reference in a new issue