diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-04-26 15:48:42 +0100 |
|---|---|---|
| committer | Ellie Huxtable <e@elm.sh> | 2021-04-26 15:48:42 +0100 |
| commit | dcd658d2e98e1460e51d17fd15380391977e0b84 (patch) | |
| tree | 9a78663a60db242aed035fa1b6ef33e6215dc31e | |
| parent | Update install (diff) | |
| download | atuin-dcd658d2e98e1460e51d17fd15380391977e0b84.zip | |
Update readme
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,7 +47,7 @@ # Quickstart ``` -curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh | bash +sh <(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 -curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh | sh +sh <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh) ``` ### With cargo |
