From 395aa81c2aeb7f33c362c14c9328f3fd54c4aecc Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 21 Jun 2023 09:14:55 +0100 Subject: Revamp getting started guide (#1065) We were lacking some docs here really. Walk new users through getting installed and signed up! Coming next - Common config (how to disable the up arrow lol) - Troubleshooting - Community config/integrations --- install.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index ef8b9200..0d306464 100755 --- a/install.sh +++ b/install.sh @@ -105,7 +105,6 @@ __atuin_install_mac(){ if command -v brew &> /dev/null then echo "Installing with brew" - brew tap ellie/atuin brew install atuin else echo "Could not find brew, installing with Cargo" -- cgit v1.3.1