From 3f598c35fc54c71394ae9aaeb27984bdb061c1d3 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 26 Mar 2019 00:15:49 -0400 Subject: [PATCH] no more updatedb --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4bbc906f7a..8c5604dad5 100644 --- a/README.md +++ b/README.md @@ -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 ` -Uri https://raw.githubusercontent.com/bitwarden/server/master/scripts/bitwarden.ps1 .\bitwarden.ps1 -install .\bitwarden.ps1 -start -.\bitwarden.ps1 -updatedb ``` ## Contribute