From 8e48c6d768b66cd1d16864d9b708d5888a0a4b1d Mon Sep 17 00:00:00 2001 From: christer88 Date: Thu, 19 Jul 2018 09:36:23 +0200 Subject: [PATCH] Remove [sudo] for Yarn install/upgrade command in README.md Fixes https://github.com/thelounge/thelounge/pull/2664#discussion_r203621102 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec7bcafc..2f12fdcc 100644 --- a/README.md +++ b/README.md @@ -68,13 +68,13 @@ Run this in a terminal to install (or upgrade) the latest stable release from [npm registry](https://www.npmjs.com/): ```sh -[sudo] yarn global add thelounge +yarn global add thelounge ``` If you already have The Lounge installed globally, use the following command to update it: ```sh -[sudo] yarn global upgrade thelounge +yarn global upgrade thelounge ``` When installation is complete, run: