mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Updated GitHub URL in README.md
This commit is contained in:
parent
4e82eba409
commit
43d5a0fdd9
1 changed files with 4 additions and 4 deletions
|
@ -15,14 +15,14 @@ Installation
|
|||
|
||||
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
|
||||
-------
|
||||
|
||||
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
|
||||
-----
|
||||
|
@ -60,10 +60,10 @@ Please do your pull request to the Dev branch.
|
|||
Test or upgrade to dev version:
|
||||
```
|
||||
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
|
||||
sudo yunohost app install -l Seafile /home/admin/seafile_ynh
|
||||
# to upgrade
|
||||
sudo yunohost app upgrade -f /home/admin/seafile_ynh seafile
|
||||
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue