mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Merge pull request #14 from stevenroose/patch-1
Updated GitHub URL in README.md
This commit is contained in:
commit
abdf449994
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue