diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-04-27 18:32:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-27 18:32:44 +0100 |
| commit | a503fa8b7d34e60ca4d25af686d206c03b80a791 (patch) | |
| tree | 2e1252ba72da13645c29b06c6d06e3cadb4683ff | |
| parent | Release v0.6.4 (diff) | |
| download | atuin-a503fa8b7d34e60ca4d25af686d206c03b80a791.zip | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,7 +47,7 @@ # Quickstart ``` -sh <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh) +bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh) atuin register -u <USERNAME> -e <EMAIL> -p <PASSWORD> atuin import auto @@ -64,7 +64,7 @@ system package manager where possible (AUR, homebrew, etc etc). ``` # do not run this as root, root will be asked for if required -sh <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh) +bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh) ``` ### With cargo |
