From f4dd74f156502d6ec419a61928e994ec256f0dc1 Mon Sep 17 00:00:00 2001 From: jorge Date: Thu, 15 Jul 2021 14:21:21 +0200 Subject: [PATCH] changed README with install info --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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).