summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6523676f..a6fcbf0f 100644
--- a/README.md
+++ b/README.md
@@ -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