1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-22 16:57:36 +01:00

Update README.md

This commit is contained in:
Kyle Spearrin 2017-08-21 12:43:58 -04:00 committed by GitHub
parent 7524054c12
commit f51d1ab8fe

View File

@ -74,7 +74,7 @@ You can deploy bitwarden using Docker containers on Windows, macOS, and Linux di
### Linux & macOS
```
sudo curl -s -o bitwarden.sh https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.sh && chmod u+x bitwarden.sh
curl -s -o bitwarden.sh https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.sh && sudo chmod u+x bitwarden.sh
./bitwarden.sh install
./bitwarden.sh start