mirror of
https://github.com/YunoHost-Apps/concrete5_ynh.git
synced 2024-09-03 18:25:54 +02:00
Fix REPLACEBYYOURAPP
This commit is contained in:
parent
d055e62e3c
commit
ab5e4bd604
1 changed files with 10 additions and 10 deletions
20
README.md
20
README.md
|
@ -1,9 +1,9 @@
|
|||
# concrete5_ynh
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/REPLACEBYYOURAPP)
|
||||
[](https://install-app.yunohost.org/?app=REPLACEBYYOURAPP)
|
||||
[](https://dash.yunohost.org/appci/app/concrete5)
|
||||
[](https://install-app.yunohost.org/?app=concrete5)
|
||||
|
||||
> *This package allow you to install REPLACEBYYOURAPP quickly and simply on a YunoHost server.
|
||||
> *This package allow you to install concrete5 quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
||||
|
||||
## Overview
|
||||
|
@ -45,9 +45,9 @@ Can the app be used by multiple users?
|
|||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/REPLACEBYYOURAPP/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/REPLACEBYYOURAPP/)
|
||||
* Jessie x86-64b - [](https://ci-stretch.nohost.me/ci/apps/REPLACEBYYOURAPP/)
|
||||
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/concrete5/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/concrete5/)
|
||||
* Jessie x86-64b - [](https://ci-stretch.nohost.me/ci/apps/concrete5/)
|
||||
|
||||
## Limitations
|
||||
|
||||
|
@ -62,7 +62,7 @@ https://yunohost.org/packaging_apps
|
|||
|
||||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/issues
|
||||
* Report a bug: https://github.com/YunoHost-Apps/concrete5_ynh/issues
|
||||
* App website: https://www.concrete5.org/
|
||||
* GitHub App website: https://github.com/concrete5/concrete5
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
@ -73,11 +73,11 @@ Developers info
|
|||
----------------
|
||||
|
||||
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
|
||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/tree/testing).
|
||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/concrete5_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/tree/testing --debug
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/concrete5_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade REPLACEBYYOURAPP -u https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/tree/testing --debug
|
||||
sudo yunohost app upgrade concrete5 -u https://github.com/YunoHost-Apps/concrete5_ynh/tree/testing --debug
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue