mirror of
https://github.com/atuinsh/atuin.git
synced 2025-01-24 07:09:39 +01:00
Update readme
This commit is contained in:
parent
5a2b721ceb
commit
dcd658d2e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user