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