Skip to content

Commit

Permalink
Add note about using sudo for the deb package (#208)
Browse files Browse the repository at this point in the history
* Add note about using sudo for the deb package

* Update _docs/install-and-upgrade.md

Co-Authored-By: Jay2k1 <Jay2k1@users.noreply.github.com>
  • Loading branch information
Jay2k1 authored and xPaw committed Jun 11, 2019
1 parent 25f42d1 commit 965379e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _docs/install-and-upgrade.md
Expand Up @@ -29,8 +29,8 @@ control with `systemctl status|start|restart|stop|...`.

The Lounge is now up and running **in private mode** at <http://localhost:9000>.

Its configuration file is located at `/etc/thelounge/config.js`. To configure
The Lounge, go to [the configuration section](/docs/configuration).
Its configuration file is located at `/etc/thelounge/config.js`.
To learn how to configure The Lounge, go to [the configuration section](/docs/configuration). To learn how to add users, read [the users section](/docs/users). The `thelounge` command needs to be run as the `thelounge` user, e.g. `sudo -u thelounge thelounge --help`.

To upgrade The Lounge, simply follow these steps again after downloading a new
`thelounge.deb` file, and restart the service.
Expand Down

0 comments on commit 965379e

Please sign in to comment.