mirror of
https://github.com/bitwarden/server.git
synced 2024-12-22 16:57:36 +01:00
Update README.md
This commit is contained in:
parent
7524054c12
commit
f51d1ab8fe
@ -74,7 +74,7 @@ You can deploy bitwarden using Docker containers on Windows, macOS, and Linux di
|
||||
### Linux & macOS
|
||||
|
||||
```
|
||||
sudo curl -s -o bitwarden.sh https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.sh && 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
|
||||
|
Loading…
Reference in New Issue
Block a user