From f703259d445e2d1e6fd78e8e5bb38dbb98a69da6 Mon Sep 17 00:00:00 2001 From: jorge Date: Thu, 15 Jul 2021 14:27:07 +0200 Subject: [PATCH] changed README with install info --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7e6d76..3092406 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ that does some markdown rendering. ## Install -``` +```bash cd ./modules -https://git.hangar.org/arcHIVE-tech/SimpleMDText/archive/main.zip +wget https://git.hangar.org/arcHIVE-tech/SimpleMDText/archive/main.zip unzip main.zip -mv simpletext/ SimpleMDText +mv simplemarkdown-omeka-module SimpleMDText +cd SimpleMDText composer install ```