From b962c6ce22403ed85414647ab886a9865fee8824 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 24 Jun 2017 10:03:26 +0200 Subject: [PATCH] Fix typo --- setup.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.md b/setup.md index 6bebeb20..e5002072 100644 --- a/setup.md +++ b/setup.md @@ -43,11 +43,10 @@ $ htpasswd -B /path/to/users user2 New password: Re-type new password: ``` -**bcrypt** is used to secure the passwords. Radicale required additional +**bcrypt** is used to secure the passwords. Radicale requires additional dependencies for this encryption method: ```shell -$ python3 -m pip install --upgrade passlib -$ python3 -m pip install --upgrade bcrypt +$ python3 -m pip install --upgrade passlib bcrypt ``` Authentication can be enabled with the following configuration: