Merge pull request #1 from munen/patch-1

fix: Linux `htpasswd` requires `-B` flag
This commit is contained in:
Aaron Bieber 2021-10-01 11:18:08 -06:00 committed by GitHub
commit f1d644bece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ htpasswd .htpasswd $USER
#### Linux/macOS
```
htpasswd -c .htpasswd $USER
htpasswd -B -c .htpasswd $USER
```
### Example usage on local machine