SimpleMarkdown-omeka-module/README.md

28 lines
613 B
Markdown

# A Simple Text for Omeka S
[Simple Text] is a module for [Omeka S] that integrates a simple text block
that does some markdown rendering.
## Install
```bash
cd ./modules
wget https://git.hangar.org/arcHIVE-tech/SimpleMDText/archive/main.zip
unzip main.zip
mv simplemarkdown-omeka-module SimpleMDText
cd SimpleMDText
composer install
```
## LISENCE
The module is released under the [MIT] License.
[arc-hive]: https://arc-hive.zone/
[Simple Text]: https://git.hangar.org/arcHIVE-tech/SimpleMDText
[Pannellum]: https://pannellum.org/
[Omeka S]: https://omeka.org/s
[MIT]: http://opensource.org/licenses/MIT