Merge pull request #14 from stevenroose/patch-1

Updated GitHub URL in README.md
This commit is contained in:
tostaki 2016-06-22 15:13:06 +02:00 committed by GitHub
commit abdf449994

View file

@ -15,14 +15,14 @@ Installation
From command line: From command line:
`sudo yunohost app install -l Seafile https://github.com/mbugeia/seafile_ynh` `sudo yunohost app install -l Seafile https://github.com/YunoHost-Apps/seafile_ynh`
Upgrade Upgrade
------- -------
From command line: From command line:
`sudo yunohost app upgrade -u https://github.com/mbugeia/seafile_ynh seafile` `sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/seafile_ynh`
Infos Infos
----- -----
@ -60,10 +60,10 @@ Please do your pull request to the Dev branch.
Test or upgrade to dev version: Test or upgrade to dev version:
``` ```
su - admin su - admin
git clone -b Dev https://github.com/mbugeia/seafile_ynh git clone -b Dev https://github.com/YunoHost-Apps/seafile_ynh
# to install # to install
sudo yunohost app install -l Seafile /home/admin/seafile_ynh sudo yunohost app install -l Seafile /home/admin/seafile_ynh
# to upgrade # to upgrade
sudo yunohost app upgrade -f /home/admin/seafile_ynh seafile sudo yunohost app upgrade -f /home/admin/seafile_ynh seafile
``` ```