aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-12-14 09:02:15 +0000
committerGitHub <noreply@github.com>2023-12-14 09:02:15 +0000
commit7fe96ff2b7fa91298d11e49a1ea51941ce9a2838 (patch)
tree5c4aba3bad4413689ff42f2a4b94bbdca849be41 /docs
parentdocs: add fish install script (#1447) (diff)
downloadatuin-7fe96ff2b7fa91298d11e49a1ea51941ce9a2838.zip
docs: correct link
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/guide/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/guide/index.md b/docs/docs/guide/index.md
index ba675d43..db26f4ce 100644
--- a/docs/docs/guide/index.md
+++ b/docs/docs/guide/index.md
@@ -56,7 +56,7 @@ script which handles most of the commonly used platforms and package managers:
## bash/zsh
```
-bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh)
+bash <(curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh)
```
## fish