[ReadMe] Update installation instructions

This commit is contained in:
Antoine Le Gonidec 2024-12-14 11:35:23 +01:00
parent 9e17271621
commit a6bb3b5245
Signed by: vv221
GPG key ID: 636B78F91CEB80D8

View file

@ -14,13 +14,13 @@ through links in the page menu.
* `git`
### Current stable version (1.2.1)
### Current stable version (2024-10-04)
Assuming the root directory of your DokuWiki installation is `/srv/dokuwiki`:
```
DOKUWIKI_PATH=/srv/dokuwiki
REPO_URL=https://git.vv221.fr/dokuwiki-childrenpages
git clone --branch 1.2.1 --depth 1 "$REPO_URL" "$DOKUWIKI_PATH/lib/plugins/childrenpages"
REPO_URL=https://port.numenaute.org/dokuwiki/dokuwiki-plugin-childrenpages.git
git clone --branch 2024-10-04 --depth 1 "$REPO_URL" "$DOKUWIKI_PATH/lib/plugins/childrenpages"
```
### Latest development version
@ -28,7 +28,7 @@ git clone --branch 1.2.1 --depth 1 "$REPO_URL" "$DOKUWIKI_PATH/lib/plugins/child
Assuming the root directory of your DokuWiki installation is `/srv/dokuwiki`:
```
DOKUWIKI_PATH=/srv/dokuwiki
REPO_URL=https://git.vv221.fr/dokuwiki-childrenpages
REPO_URL=https://port.numenaute.org/dokuwiki/dokuwiki-plugin-childrenpages
git clone --branch master --depth 1 "$REPO_URL" "$DOKUWIKI_PATH/lib/plugins/childrenpages"
```