updated readme

This commit is contained in:
buttle 2021-07-30 01:34:00 +02:00
parent 402f94143a
commit ae819c904c
1 changed files with 3 additions and 4 deletions

View File

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