summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2023-05-16 22:03:53 +0100
committerGitHub <noreply@github.com>2023-05-16 22:03:53 +0100
commit7d5a82df14160242cdd01a0f1651dab18b41a973 (patch)
tree85983f2f3efd289e413ab2be8338a4e17d52287f /README.md
parent7b9dea72e3d2435f75825e8e66a04285332d5aa5 (diff)
validate usernames on registration (#982)
improve login password incorrect error message update docs for registration with passwords
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 096751357..6b4d2ba4a 100644
--- a/README.md
+++ b/README.md
@@ -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
```