From 7d5a82df14160242cdd01a0f1651dab18b41a973 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Tue, 16 May 2023 22:03:53 +0100 Subject: validate usernames on registration (#982) improve login password incorrect error message update docs for registration with passwords --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 09675135..6b4d2ba4 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 -e -p +atuin register -u -e atuin import auto atuin sync ``` -- cgit v1.3.1