mirror of
https://github.com/YunoHost-Apps/minchat_ynh.git
synced 2024-09-03 19:36:29 +02:00
Update README.md
This commit is contained in:
parent
d044ba6157
commit
505e4b6db5
1 changed files with 5 additions and 1 deletions
|
@ -16,6 +16,10 @@ Example : `https://yourdomain.org/minchat/?room=Living&name=John`
|
|||
#### On Yunohost
|
||||
Via the admin web console, type in: <https://github.com/chtixof/minchat_ynh>
|
||||
Or on ssh : `sudo yunohost app install https://github.com/chtixof/minchat_ynh`
|
||||
|
||||
Upgrade: `sudo yunohost app upgrade minchat -u https://github.com/chtixof/minchat_ynh`
|
||||
CAUTION: BEFORE YOU UPGRADE, PLEASE MAKE A BACKUP OF conf/setup.ini : IT IS OVERWRITTEN (BUG)
|
||||
|
||||
#### Otherwise
|
||||
Download, unzip and just copy the content of the `sources` folder to any folder of your web site.
|
||||
## Setup
|
||||
|
@ -34,4 +38,4 @@ In this example `auth = John:Game,John:Family,Mary:Game,Tim:Family,admin:*,*:Pub
|
|||
|
||||
## Hints for users
|
||||
- The URLs you send are linked or transformed to images when preceeded by a !
|
||||
- If multiple rooms are allowed by the administrator in the setup.ini, you can have several tabs opened to different rooms in the same browser
|
||||
- If multiple rooms are allowed by the administrator in the setup.ini, you can have several tabs opened to different rooms in the same browser
|
||||
|
|
Loading…
Reference in a new issue