diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2023-05-16 22:03:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-16 22:03:53 +0100 |
| commit | 7d5a82df14160242cdd01a0f1651dab18b41a973 (patch) | |
| tree | 85983f2f3efd289e413ab2be8338a4e17d52287f /README.md | |
| parent | feat: add delete account option (attempt 2) (#980) (diff) | |
| download | atuin-7d5a82df14160242cdd01a0f1651dab18b41a973.zip | |
validate usernames on registration (#982)
improve login password incorrect error message
update docs for registration with passwords
Diffstat (limited to '')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ Read more below for offline-only usage, or for hosting your own server. ``` bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh) -atuin register -u <USERNAME> -e <EMAIL> -p <PASSWORD> +atuin register -u <USERNAME> -e <EMAIL> atuin import auto atuin sync ``` |
