diff --git a/README.md b/README.md index cb71437..07e790a 100644 --- a/README.md +++ b/README.md @@ -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).