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