Add instructions about how to install the current stable version

This commit is contained in:
vv221 2020-04-03 23:33:06 +02:00
parent fc78e5ffd8
commit af80a2dcb4

View file

@ -10,9 +10,8 @@ through links in the page menu.
## Installation
Right now, only installation of the current development version through git is
available. Alternatives will be proposed once we start releasing stable
versions.
Right now, only installation through git is available. Alternatives will be
proposed at a later point.
### Installation using git
@ -20,6 +19,15 @@ versions.
* `git`
#### Current stable version (1.0.0)
Assuming the root directory of your DokuWiki installation is `/srv/dokuwiki`:
```
DOKUWIKI_PATH=/srv/dokuwiki
REPO_URL=https://forge.dotslashplay.it/vv221/dokuwiki-childrenpages.git
git clone --branch 1.0.0 --depth 1 "$REPO_URL" "$DOKUWIKI_PATH/lib/plugins/childrenpages"
```
#### Latest development version
Assuming the root directory of your DokuWiki installation is `/srv/dokuwiki`: