[ReadMe] Update installation instructions
This commit is contained in:
parent
9e17271621
commit
a6bb3b5245
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue