harmonising the style of lists (MD004)
This commit is contained in:
parent
d4ff6d83a1
commit
d922783580
1 changed files with 7 additions and 7 deletions
|
@ -1,13 +1,13 @@
|
||||||
{% if manifest.id == "example" -%}
|
{% if manifest.id == "example" -%}
|
||||||
# Packaging your an app, starting from this example
|
# Packaging your 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/YunoHost/example_ynh/generate) button on the Github repo.
|
||||||
- Edit the `manifest.json` with app specific info.
|
* Edit the `manifest.json` 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)
|
||||||
- Add a `LICENSE` file for the package.
|
* Add a `LICENSE` file for the package.
|
||||||
- Edit `doc/DISCLAIMER*.md`
|
* Edit `doc/DISCLAIMER*.md`
|
||||||
- The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
|
||||||
---
|
---
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
Loading…
Reference in a new issue