1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-04 20:50:21 -05:00

Update README.md

This commit is contained in:
Kyle Spearrin 2017-08-21 21:49:45 -04:00 committed by GitHub
parent e79e265ef0
commit 72e5317011

View File

@ -74,11 +74,13 @@ You can deploy bitwarden using Docker containers on Windows, macOS, and Linux di
### Linux & macOS
```
curl -s -o bitwarden.sh https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.sh && sudo 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
./bitwarden.sh updatedb
$ ./bitwarden.sh install
$ ./bitwarden.sh start
$ ./bitwarden.sh updatedb
```
### Windows