1
1
mirror of https://github.com/ellie/atuin.git synced 2024-10-06 01:17:42 +03:00

docs: update quickstart install command (#2205)

This commit is contained in:
Ellie Huxtable 2024-06-26 18:08:58 +01:00 committed by GitHub
parent 8d5fac2a1f
commit c107b4e4ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,11 +102,7 @@ This will sign you up for the Atuin Cloud sync server. Everything is end-to-end
Read more in the [docs](https://docs.atuin.sh) for an offline setup, self hosted server, and more. Read more in the [docs](https://docs.atuin.sh) for an offline setup, self hosted server, and more.
``` ```
# bash/zsh/etc curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh
bash <(curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh)
# fish
bash (curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh | psub)
atuin register -u <USERNAME> -e <EMAIL> atuin register -u <USERNAME> -e <EMAIL>
atuin import auto atuin import auto