mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
Update README.md
This commit is contained in:
parent
8dbd1b4d3f
commit
6b0575f191
1 changed files with 20 additions and 3 deletions
23
README.md
23
README.md
|
@ -15,14 +15,31 @@ sudo npm install -g shout
|
|||
When the install is complete, go ahead and start the server:
|
||||
|
||||
```
|
||||
shout --port 9000
|
||||
shout
|
||||
```
|
||||
|
||||
For more information:
|
||||
```
|
||||
shout --help
|
||||
```
|
||||
|
||||
## Screenshot
|
||||
|
||||
![](https://raw.github.com/erming/shout/master/screenshots/shout.png)
|
||||
![](https://raw.github.com/erming/shout/master/screenshots/shout.png)
|
||||
|
||||
### Commands
|
||||
## Configuration
|
||||
|
||||
Open your `config.json` file and edit:
|
||||
|
||||
__port__
|
||||
The default port to be used.
|
||||
You can override this by running `shout --port 80`
|
||||
|
||||
__public__
|
||||
Set to either `true|false`.
|
||||
When set to `false`, a login will be required for connecting users.
|
||||
|
||||
## Commands
|
||||
|
||||
These are the commands currently implemented:
|
||||
|
||||
|
|
Loading…
Reference in a new issue