diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-04-26 15:45:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-26 15:45:32 +0100 |
| commit | dea97decdca6d5b4ab9948b07a6eaf30e096ac28 (patch) | |
| tree | a8d90d082524206990baa6d175d9f05e7f6ae460 | |
| parent | Pre release polishing (#42) (diff) | |
| download | atuin-dea97decdca6d5b4ab9948b07a6eaf30e096ac28.zip | |
Update README.md
Diffstat (limited to '')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,7 +47,7 @@ # Quickstart ``` -curl https://github.com/ellie/atuin/blob/main/install.sh | bash +curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh | bash 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://github.com/ellie/atuin/blob/main/install.sh | sh +curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh | sh ``` ### With cargo |
