Browse Source

no more updatedb

pull/468/head
Kyle Spearrin 7 years ago
parent
commit
3f598c35fc
  1. 2
      README.md

2
README.md

@ -84,7 +84,6 @@ curl -s -o bitwarden.sh \ @@ -84,7 +84,6 @@ curl -s -o bitwarden.sh \
&& chmod +x bitwarden.sh
./bitwarden.sh install
./bitwarden.sh start
./bitwarden.sh updatedb
```
### Windows
@ -94,7 +93,6 @@ Invoke-RestMethod -OutFile bitwarden.ps1 ` @@ -94,7 +93,6 @@ Invoke-RestMethod -OutFile bitwarden.ps1 `
-Uri https://raw.githubusercontent.com/bitwarden/server/master/scripts/bitwarden.ps1
.\bitwarden.ps1 -install
.\bitwarden.ps1 -start
.\bitwarden.ps1 -updatedb
```
## Contribute

Loading…
Cancel
Save