From 72e5317011748a22ade50245bcc11e3bd604279c Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 21 Aug 2017 21:49:45 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 58e172d4ab..a6440960b0 100644 --- a/README.md +++ b/README.md @@ -74,11 +74,13 @@ You can deploy bitwarden using Docker containers on Windows, macOS, and Linux di ### Linux & macOS ``` -curl -s -o bitwarden.sh https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.sh && sudo 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 -./bitwarden.sh updatedb +$ ./bitwarden.sh install +$ ./bitwarden.sh start +$ ./bitwarden.sh updatedb ``` ### Windows