1
0
Fork 0
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:
chtixof 2015-05-12 22:28:48 +02:00
parent d044ba6157
commit 505e4b6db5

View file

@ -16,6 +16,10 @@ Example : `https://yourdomain.org/minchat/?room=Living&name=John`
#### On Yunohost #### On Yunohost
Via the admin web console, type in: <https://github.com/chtixof/minchat_ynh> 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` 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 #### Otherwise
Download, unzip and just copy the content of the `sources` folder to any folder of your web site. Download, unzip and just copy the content of the `sources` folder to any folder of your web site.
## Setup ## Setup
@ -34,4 +38,4 @@ In this example `auth = John:Game,John:Family,Mary:Game,Tim:Family,admin:*,*:Pub
## Hints for users ## Hints for users
- The URLs you send are linked or transformed to images when preceeded by a ! - 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