From 603bda4ef03054693f72505dac9874bd8832e071 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Fri, 4 Feb 2022 14:09:30 -0300 Subject: [PATCH] docs: reame (#34) Signed-off-by: Carlos A Becker --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 0bb35c8..c8d4cdb 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,34 @@ You can list apps provided elsewhere, too. You can also use the `wishlist` CLI to list and connect to servers in your `~/.ssh/config` or a YAML config file. +## Installation + +Use your fave package manager: + +```bash +# macOS or Linux +brew install charmbracelet/tap/wishlist + +# Arch Linux (btw) +yay -S wishlist-bin (or wishlist) + +# Windows (with Scoop) +scoop install wishlist +``` + +Or download a pre-compiled binary or package from the [releases][releases] page. + +Or just build it yourself (requires Go 1.16+): + +```bash +git clone https://github.com/charmbracelet/wishlist.git +cd wishlist +go build ./cmd/wishlist/ +``` + +[releases]: https://github.com/charmbracelet/wishlist/releases + + ## Usage ### CLI