From 858627e86c08b5c653e853b0ebe956fd19224045 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 1 Jun 2018 16:23:28 -0400 Subject: [PATCH] sudo not required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0e929a85b..9394b58631 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Full documentation for deploying Bitwarden with Docker can be found in our help ``` curl -s -o bitwarden.sh \ https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.sh \ - && sudo chmod u+x bitwarden.sh + && chmod +x bitwarden.sh ./bitwarden.sh install ./bitwarden.sh start ./bitwarden.sh updatedb