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
e79e265ef0
commit
72e5317011
10
README.md
10
README.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user