From 36d3083692f2401356c0910df263ecfcab3c1fc4 Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Sun, 16 Jul 2023 21:55:49 -0400 Subject: [PATCH] docs: update install instructions from homebrew tap --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e9da89b..900dae0 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,9 @@ Use a package manager: ```bash # macOS -brew install pop +brew install charmbracelet/tap/pop -# Arch -yay -S pop - -# Nix +# Nix (coming soon) nix-env -iA nixpkgs.pop ```