changed README with install info
This commit is contained in:
parent
e281e63806
commit
f4dd74f156
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue