mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05: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 \
|
$ curl -s -o bitwarden.sh \
|
||||||
https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.sh \
|
https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.sh \
|
||||||
&& sudo chmod u+x bitwarden.sh
|
&& sudo chmod u+x bitwarden.sh
|
||||||
|
|
||||||
$ ./bitwarden.sh install
|
$ ./bitwarden.sh install
|
||||||
$ ./bitwarden.sh start
|
$ ./bitwarden.sh start
|
||||||
$ ./bitwarden.sh updatedb
|
$ ./bitwarden.sh updatedb
|
||||||
@ -86,11 +85,11 @@ $ ./bitwarden.sh updatedb
|
|||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
```
|
```
|
||||||
Invoke-RestMethod -OutFile bitwarden.ps1 -Uri https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.ps1
|
> Invoke-RestMethod -OutFile bitwarden.ps1 `
|
||||||
|
-Uri https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.ps1
|
||||||
.\bitwarden.ps1 -install
|
> .\bitwarden.ps1 -install
|
||||||
.\bitwarden.ps1 -start
|
> .\bitwarden.ps1 -start
|
||||||
.\bitwarden.ps1 -updatedb
|
> .\bitwarden.ps1 -updatedb
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
Loading…
x
Reference in New Issue
Block a user