Skip to content

Commit

Permalink
Replace <> with [] because docker hub is stupid
Browse files Browse the repository at this point in the history
It thinks its a html tag and doesn't render it
  • Loading branch information
xPaw authored Jan 24, 2019
1 parent 393bb5f commit edd88e9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@ _You will probably want to persist the data at this location by using [one of th
Users can be added as follows:

```sh
$ docker exec -it <container_name> thelounge add <username>
$ docker exec -it [container_name] thelounge add [username]
```

For example, if your container is called `thelounge` and you want to create a user `john` enter the following:

```sh
$ docker exec -it thelounge thelounge add john
```

_Note: without [persisting data](#data-directory), added users will be lost when the container is removed._
Expand Down

0 comments on commit edd88e9

Please sign in to comment.