From 8b90384f70f548d9aa89092dae3e1389b2d7b09d Mon Sep 17 00:00:00 2001 From: aviaviavi Date: Fri, 20 Sep 2019 13:34:23 -0700 Subject: [PATCH] APT and Scarf installation --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c706408..ba710e0 100644 --- a/README.md +++ b/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.