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 ```