Update 'Modules'

chris 2021-07-18 17:03:45 +02:00
parent d2db7a07e7
commit 592c5d0c57
1 changed files with 4 additions and 4 deletions

@ -76,13 +76,13 @@ Download the latest stable version and follow the [installation instructions](ht
# SimpleCarousel # SimpleCarousel
https://github.com/m-art-in/Omeka-S-SimpleCarousel https://git.hangar.org/arcHIVE-tech/SimpleCarousel-omeka-module
``` ```
cd ./modules cd ./modules
wget https://github.com/m-art-in/Omeka-S-SimpleCarousel/archive/refs/heads/master.zip https://git.hangar.org/arcHIVE-tech/SimpleCarousel-omeka-module/archive/main.zip
unzip master.zip unzip main.zip
mv Omeka-S-SimpleCarousel-master/ SimpleCarousel mv simplecarousel-omeka-module/ SimpleCarousel
``` ```