From 77bd94a918f0c037787aef79cd9141fc3787e15a Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Fri, 28 Oct 2022 23:34:14 +0000 Subject: [PATCH] Docs (readme): Simplify install one-liner --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index df075eb..e4e9465 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,6 @@ The goal of `webize` is to help the user move another step away from proprietary ```sh sudo wget -q https://raw.githubusercontent.com/theohbrothers/webize/master/webize -O /usr/local/bin/webize && sudo chmod +x /usr/local/bin/webize -# or -sudo curl -sL https://raw.githubusercontent.com/theohbrothers/webize/master/webize -o /usr/local/bin/webize && sudo chmod +x /usr/local/bin/webize ``` ## Usage