update main branch #47

Merged
jorge merged 166 commits from develop into main 2021-12-01 11:20:13 +01:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit f3f28e0d72 - Show all commits

View File

@ -12,15 +12,15 @@ For basic out-of-the-box use of the theme, follow the [Omeka S User Manual instr
```bash
cd themes
git clone https://git.hangar.org/arcHIVE-tech/Arc-hive-omeka-theme.git
cd Arc-hive-omeka-theme
git clone https://git.hangar.org/arcHIVE-tech/Arc-hive-omeka-theme.git archive
cd archive
git checkout arc-hive-v01
chown -R www-data:www-data ./
```
to update changes
```bash
cd themes
cd themes/archive
git pull
chown -R www-data:www-data ./
```