mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
Update README.md
This commit is contained in:
parent
310bf01f79
commit
bdf8e6cfef
1 changed files with 9 additions and 12 deletions
21
README.md
21
README.md
|
@ -26,8 +26,8 @@ DokuWiki is a simple to use and highly versatile Open Source wiki software that
|
|||
|
||||
## Documentation
|
||||
|
||||
* Official documentation: <https://www.dokuwiki.org/manual>
|
||||
* YunoHost documentation: <https://yunohost.org/#/app_dokuwiki>
|
||||
* Official documentation: https://www.dokuwiki.org/manual
|
||||
* YunoHost documentation: https://yunohost.org/#/app_dokuwiki
|
||||
|
||||
## YunoHost specific features
|
||||
|
||||
|
@ -47,22 +47,19 @@ DokuWiki is a simple to use and highly versatile Open Source wiki software that
|
|||
|
||||
## Links
|
||||
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/dokuwiki_ynh/issues>
|
||||
* App website: <https://www.dokuwiki.org>
|
||||
* Upstream app repository: <https://github.com/splitbrain/dokuwiki>
|
||||
* YunoHost website: <https://yunohost.org>
|
||||
* Report a bug: https://github.com/YunoHost-Apps/dokuwiki_ynh/issues
|
||||
* App website: https://www.dokuwiki.org
|
||||
* Upstream app repository: https://github.com/splitbrain/dokuwiki
|
||||
* YunoHost website: https://yunohost.org
|
||||
|
||||
---
|
||||
|
||||
## Developers infos
|
||||
|
||||
**Only if you know what you are doing AND want to switch to an unstable branch for testing or coding**
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/dokuwiki_ynh/tree/testing)
|
||||
|
||||
Instead of merging directly into `master`, please do your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/dokuwiki_ynh/tree/testing)
|
||||
|
||||
To try the `testing` branch, please proceed like that.
|
||||
|
||||
```bash
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/dokuwiki_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade dokuwiki -u https://github.com/YunoHost-Apps/dokuwiki_ynh/tree/testing --debug
|
||||
|
|
Loading…
Add table
Reference in a new issue