mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] readme: add the fact that we could implement other modules from API.
This commit is contained in:
parent
a0484c55bc
commit
f50a75978b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
## How does it works?
|
## How does it works?
|
||||||
- Python core scripts are accessible through two interfaces thanks to [moulinette framework](https://github.com/YunoHost/moulinette):
|
- Python core scripts are accessible through two interfaces thanks to [moulinette framework](https://github.com/YunoHost/moulinette):
|
||||||
- [CLI](https://en.wikipedia.org/wiki/Command-line_interface) for `yunohost` command.
|
- [CLI](https://en.wikipedia.org/wiki/Command-line_interface) for `yunohost` command.
|
||||||
- [API](https://en.wikipedia.org/wiki/Application_programming_interface) for [web administration module](https://github.com/YunoHost/yunohost-admin).
|
- [API](https://en.wikipedia.org/wiki/Application_programming_interface) for [web administration module](https://github.com/YunoHost/yunohost-admin) (other modules could be implemented).
|
||||||
- You could found more details about how YunoHost works on this [documentation (in french)](https://yunohost.org/#/package_list_fr).
|
- You could found more details about how YunoHost works on this [documentation (in french)](https://yunohost.org/#/package_list_fr).
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
Loading…
Add table
Reference in a new issue