summaryrefslogtreecommitdiffstats
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
parent1d0f05b6fb90c6ea0a7429ff957b59b03366f3ce (diff)
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 ba675d43e..db26f4ce7 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