From b19d8b30555353168a324b1b5855374eccac4d6e Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 21 Aug 2017 21:52:18 -0400 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a6440960b0..bfee810f6c 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,6 @@ You can deploy bitwarden using Docker containers on Windows, macOS, and Linux di $ 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 @@ -86,11 +85,11 @@ $ ./bitwarden.sh updatedb ### Windows ``` -Invoke-RestMethod -OutFile bitwarden.ps1 -Uri https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.ps1 - -.\bitwarden.ps1 -install -.\bitwarden.ps1 -start -.\bitwarden.ps1 -updatedb +> Invoke-RestMethod -OutFile bitwarden.ps1 ` + -Uri https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.ps1 +> .\bitwarden.ps1 -install +> .\bitwarden.ps1 -start +> .\bitwarden.ps1 -updatedb ``` ## Contribute