Browse Source

Update README.md

pull/95/head
Kyle Spearrin 8 years ago committed by GitHub
parent
commit
b19d8b3055
  1. 11
      README.md

11
README.md

@ -77,7 +77,6 @@ You can deploy bitwarden using Docker containers on Windows, macOS, and Linux di @@ -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 @@ -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

Loading…
Cancel
Save