1
0
mirror of https://github.com/bitwarden/server synced 2025-12-06 00:03:34 +00:00

Update README.md

This commit is contained in:
Kyle Spearrin
2017-08-21 21:52:18 -04:00
committed by GitHub
parent 72e5317011
commit b19d8b3055

View File

@@ -77,7 +77,6 @@ You can deploy bitwarden using Docker containers on Windows, macOS, and Linux di
$ 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
@@ -86,11 +85,11 @@ $ ./bitwarden.sh updatedb
### Windows
```
Invoke-RestMethod -OutFile bitwarden.ps1 -Uri https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.ps1
.\bitwarden.ps1 -install
.\bitwarden.ps1 -start
.\bitwarden.ps1 -updatedb
> Invoke-RestMethod -OutFile bitwarden.ps1 `
-Uri https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.ps1
> .\bitwarden.ps1 -install
> .\bitwarden.ps1 -start
> .\bitwarden.ps1 -updatedb
```
## Contribute