From c83f2f2be99228c54fcc3a64f7c6f8aa2936c043 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 18 Jul 2023 17:23:40 -0300 Subject: [PATCH] docs: update brew install (#8) * docs: update brew install refs https://github.com/Homebrew/homebrew-core/pull/136809 * Update README.md --------- Co-authored-by: Maas Lalani --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4660ee2..5b8dc55 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ export POP_SIGNATURE="Sent with [Pop](https://github.com/charmbracelet/pop)!" Use a package manager: ```bash -# macOS -brew install charmbracelet/tap/pop +# macOS or Linux +brew install pop # Nix (coming soon) nix-env -iA nixpkgs.pop @@ -78,9 +78,9 @@ Or download a binary from the [releases](https://github.com/charmbracelet/pop/re Pop can be combined with other tools to create powerful email pipelines, such as: -* [`charmbracelet/mods`](https://github.com/charmbracelet/mods) -* [`charmbracelet/gum`](https://github.com/charmbracelet/gum) -* [`maaslalani/invoice`](https://github.com/maaslalani/invoice) +- [`charmbracelet/mods`](https://github.com/charmbracelet/mods) +- [`charmbracelet/gum`](https://github.com/charmbracelet/gum) +- [`maaslalani/invoice`](https://github.com/maaslalani/invoice) ### Mods @@ -97,7 +97,7 @@ pop <<< '$(mods -f "Explain why CLIs are awesome")' \ Generate email with mods and send email with pop. -* [`charmbracelet/mods`](https://github.com/charmbracelet/mods) +- [`charmbracelet/mods`](https://github.com/charmbracelet/mods) ### Gum @@ -110,7 +110,7 @@ pop --from $(gum choose "vt52@charm.sh" "vt78@charm.sh" "vt100@charm.sh") Select contact information with gum and send email with pop. -* [`charmbracelet/gum`](https://github.com/charmbracelet/gum) +- [`charmbracelet/gum`](https://github.com/charmbracelet/gum) ### Invoice @@ -124,7 +124,7 @@ pop --attach $FILENAME --body "See attached invoice." Generate invoice with invoice and attach file and send email with pop. -* [`maaslalani/invoice`](https://github.com/maaslalani/invoice) +- [`maaslalani/invoice`](https://github.com/maaslalani/invoice) ## License