mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 18:10:42 +00:00
fix typos
This commit is contained in:
parent
e0519e5a9b
commit
83eeecc6cf
|
|
@ -1,4 +1,4 @@
|
||||||
SeedDMS is a PHP base Document Management System. For more information
|
SeedDMS is a PHP based Document Management System. For more information
|
||||||
check the web site at https://www.seeddms.org
|
check the web site at https://www.seeddms.org
|
||||||
|
|
||||||
There are detailed installation instructions from a preconfigured distribution
|
There are detailed installation instructions from a preconfigured distribution
|
||||||
|
|
@ -41,12 +41,12 @@ If you prefer to install from git, you will need to:
|
||||||
|
|
||||||
`vendor/bin/phing -Dversion=$(php -r 'include "inc/inc.Version.php"; echo (new SeedDMS_Version())->version();') package`
|
`vendor/bin/phing -Dversion=$(php -r 'include "inc/inc.Version.php"; echo (new SeedDMS_Version())->version();') package`
|
||||||
|
|
||||||
or create an installable version with softlinks
|
or create an installable distribution with softlinks
|
||||||
|
|
||||||
`vendor/bin/phing -Dversion=$(php -r 'include "inc/inc.Version.php"; echo (new SeedDMS_Version())->version();') -Dmode=development package`
|
`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
|
This archive does not contain any sources but only links to the previously
|
||||||
clone repositories.
|
cloned repositories.
|
||||||
|
|
||||||
The archive created in step 6. can be installed like the official releases of
|
The archive created in step 6. can be installed like the official releases of
|
||||||
SeedDMS.
|
SeedDMS.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user