Merge pull request #1468 from amurzeau/docs-install-use-sudo

docs/install: use sudo for Ubuntu and Solus
This commit is contained in:
Forrest 2018-02-04 12:22:45 -08:00 committed by GitHub
commit b92773628f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -47,12 +47,12 @@ Distribution Installing
`NixOS`_ `Installing NixOS packages`_
`Solus`_ .. code-block:: console
# eopkg install streamlink
$ sudo eopkg install streamlink
`Ubuntu`_ .. code-block:: console
# add-apt-repository ppa:nilarimogard/webupd8
# apt update
# apt install streamlink
$ sudo add-apt-repository ppa:nilarimogard/webupd8
$ sudo apt update
$ sudo apt install streamlink
`Void`_ .. code-block:: console
# xbps-install streamlink