diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-12-14 09:02:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-14 09:02:15 +0000 |
| commit | 7fe96ff2b7fa91298d11e49a1ea51941ce9a2838 (patch) | |
| tree | 5c4aba3bad4413689ff42f2a4b94bbdca849be41 | |
| parent | docs: add fish install script (#1447) (diff) | |
| download | atuin-7fe96ff2b7fa91298d11e49a1ea51941ce9a2838.zip | |
docs: correct link
| -rw-r--r-- | docs/docs/guide/index.md | 2 |
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 |
