Update README.md: fix 'use this template' link
This commit is contained in:
parent
533a705c58
commit
67c9e49ddc
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Packaging an app, starting from this example
|
# Packaging an app, starting from this example
|
||||||
|
|
||||||
* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo.
|
* Copy this app before working on it, using the ['Use this template'](https://github.com/new?template_name=example_ynh&template_owner=YunoHost) button on the Github repo.
|
||||||
* Edit the `manifest.toml` with app specific info.
|
* Edit the `manifest.toml` with app specific info.
|
||||||
* Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and any relevant conf files in `conf/`.
|
* Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and any relevant conf files in `conf/`.
|
||||||
* Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers)
|
* Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers)
|
||||||
|
|
Loading…
Reference in a new issue