From ae819c904cbff31a1b0d5c6298ee7f9d470e3f33 Mon Sep 17 00:00:00 2001 From: buttle Date: Fri, 30 Jul 2021 01:34:00 +0200 Subject: [PATCH] updated readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index efe02d8..3092406 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,11 @@ that does some markdown rendering. ## Install -``` +```bash cd ./modules -https://git.hangar.org/arcHIVE-tech/SimpleMarkdown-omeka-module/archive/main.zip +wget https://git.hangar.org/arcHIVE-tech/SimpleMDText/archive/main.zip unzip main.zip -rm main.zip -mv simplemarkdown-omeka-module/ SimpleMDText +mv simplemarkdown-omeka-module SimpleMDText cd SimpleMDText composer install ```