diff --git a/README.md b/README.md index 8ea3809..3ced114 100644 --- a/README.md +++ b/README.md @@ -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`: