script updates

This commit is contained in:
Kyle Spearrin
2017-08-21 08:49:44 -04:00
parent bfb945ac5f
commit 74415b9955
9 changed files with 50 additions and 90 deletions

View File

@@ -71,6 +71,16 @@ You can deploy bitwarden using Docker containers on Windows, macOS, and Linux di
*These dependencies are free to use.*
### Linux & macOS
```
sudo curl -s -o bitwarden.sh https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.sh && chmod u+x bitwarden.sh
./bitwarden.sh install
./bitwarden.sh updatedb
./bitwarden.sh run
```
### Windows
```
@@ -81,26 +91,6 @@ Invoke-RestMethod -OutFile bitwarden.ps1 -Uri https://raw.githubusercontent.com/
.\bitwarden.ps1 -run
```
### macOS
```
curl -s -o bitwarden.sh https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.sh
./bitwarden.sh install
./bitwarden.sh updatedb
./bitwarden.sh runmac
```
### Linux
```
curl -s -o bitwarden.sh https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.sh
./bitwarden.sh install
./bitwarden.sh updatedb
./bitwarden.sh run
```
## Contribute
Code contributions are welcome! Visual Studio or VS Code is highly recommended if you are working on this project. Please commit any pull requests against the `master` branch.