summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-06-21 09:14:55 +0100
committerGitHub <noreply@github.com>2023-06-21 09:14:55 +0100
commit395aa81c2aeb7f33c362c14c9328f3fd54c4aecc (patch)
treee0e26d722e701e1b2a070de778c71ee9b5247e89 /install.sh
parenta75e516986ab2ba8b0997dd93271b58fa1986637 (diff)
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
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index ef8b9200b..0d3064645 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"