mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
Update README.md
This commit is contained in:
parent
72e5317011
commit
b19d8b3055
11
README.md
11
README.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user