summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index d9f87bc..a39d0de 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,23 @@ The **Adélie Linux WordPress Theme** is derived from [Astra](https://wpastra.co
![Adélie Linux WordPress Theme](meta/adelie-theme-chooser.png)
This theme is running at https://blog.adelielinux.org/ which is the official Adélie Linux blog.
+
+# Installation
+
+```sh
+# on Sentry
+cd $HOME/services/blog.adelielinux.org/wordpress/wp-content/themes/
+git clone
+```
+
+Then activate the theme in the admin console.
+
+# Updates
+
+```sh
+# on Sentry
+cd $HOME/services/blog.adelielinux.org/wordpress/wp-content/themes/blog-ng/
+git pull
+```
+
+Changes are applied instantly.