Add instructions about how to install the current stable version
This commit is contained in:
parent
fc78e5ffd8
commit
af80a2dcb4
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
@ -10,9 +10,8 @@ through links in the page menu.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Right now, only installation of the current development version through git is
|
Right now, only installation through git is available. Alternatives will be
|
||||||
available. Alternatives will be proposed once we start releasing stable
|
proposed at a later point.
|
||||||
versions.
|
|
||||||
|
|
||||||
### Installation using git
|
### Installation using git
|
||||||
|
|
||||||
|
@ -20,6 +19,15 @@ versions.
|
||||||
|
|
||||||
* `git`
|
* `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
|
#### Latest development version
|
||||||
|
|
||||||
Assuming the root directory of your DokuWiki installation is `/srv/dokuwiki`:
|
Assuming the root directory of your DokuWiki installation is `/srv/dokuwiki`:
|
||||||
|
|
Loading…
Reference in a new issue