Merge pull request #482 from aviaviavi/master

APT and Scarf installation instructions
This commit is contained in:
lestrrat 2019-09-21 16:44:30 +09:00 committed by GitHub
commit 0f22620f6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.