diff --git a/README.md b/README.md index dac51c206..23a77c319 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,24 @@ If you prefer to install from git, you will need to: `git clone https://codeberg.org/SeedDMS/lucene.git` `git clone https://codeberg.org/SeedDMS/ѕqlitefts.git` `git clone https://codeberg.org/SeedDMS/http_webdav_server.git` -4a. For SeedDMS 5.1.x +4. For SeedDMS 5.1.x `git clone -b seeddms-5.1.x https://codeberg.org/SeedDMS/seeddms.git` `git clone -b seeddms-5.1.x https://codeberg.org/SeedDMS/core.git` -4b. For SeedDMS 6.0.x + + For SeedDMS 6.0.x `git clone -b seeddms-6.0.x https://codeberg.org/SeedDMS/seeddms.git` `git clone -b seeddms-6.0.x https://codeberg.org/SeedDMS/core.git` 5. Run composer `composer update` -6a. Create an installable distribution +6. Create an installable distribution `vendor/bin/phing -Dversion=$(php -r 'include "inc/inc.Version.php"; echo (new SeedDMS_Version())->version();') package` -6b. Create an installable version with softlinks + + or create an installable version with softlinks + `vendor/bin/phing -Dversion=$(php -r 'include "inc/inc.Version.php"; echo (new SeedDMS_Version())->version();') -Dmode=development package` + This archive does not contain any sources but only links to the previously + clone repositories. + +The archive created in step 6. can be installed like the official releases of +SeedDMS.