Remove [sudo] for Yarn install/upgrade command in README.md

Fixes https://github.com/thelounge/thelounge/pull/2664#discussion_r203621102
This commit is contained in:
christer88 2018-07-19 09:36:23 +02:00 committed by GitHub
parent 8b1e7c0f72
commit 8e48c6d768
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: