changed README with install info

This commit is contained in:
jorge 2021-07-15 14:21:21 +02:00
parent e281e63806
commit f4dd74f156
1 changed files with 9 additions and 0 deletions

View File

@ -11,6 +11,15 @@ The module adds a "CustomLicenseTypes" data type.
Download the resource zip or tgz file. Unpage the file and name it `CustomLicenseTypes`. Move the module to `./modules` and ensure correct webserver permissions.
```bash
cd ./modules
wget https://git.hangar.org/arcHIVE-tech/Omeka-License-Types/archive/main.zip
unzip main.zip
mv omeka-license-types CustomLicenseTypes
chown -R www-data:www-data CustomLicenseTypes
rm main.zip
```
# Usage
To use it, you can assign it as the data type for a property (like the Dublic Core License property).