changed README with install info

This commit is contained in:
jorge 2021-07-15 14:27:07 +02:00
parent 2a7c92e7d2
commit f703259d44
1 changed files with 4 additions and 3 deletions

View File

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