From f3f28e0d72ed319e05bbb7fd7ad559e3ff4c245f Mon Sep 17 00:00:00 2001 From: buttle Date: Tue, 6 Jul 2021 15:12:57 +0200 Subject: [PATCH] changes install instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e3030c..857c2ba 100644 --- a/README.md +++ b/README.md @@ -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 ./ ```