diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-06-26 18:08:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-26 18:08:58 +0100 |
| commit | c107b4e4ecce9b5c042f326223969327d6a9e804 (patch) | |
| tree | d40d0767ccbd9980e1a0b902d1c39364330986dc | |
| parent | chore(install): use posix sh, not bash (#2204) (diff) | |
| download | atuin-c107b4e4ecce9b5c042f326223969327d6a9e804.zip | |
docs: update quickstart install command (#2205)
| -rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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. ``` -# bash/zsh/etc -bash <(curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh) - -# fish -bash (curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh | psub) +curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh atuin register -u <USERNAME> -e <EMAIL> atuin import auto |
