summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-07-22 07:39:38 -0500
committerZach van Rijn <me@zv.io>2021-07-22 07:39:38 -0500
commitbb2018bc0d2c883e5eef6410e57636a1871b43b9 (patch)
treeb421eab0f8c69b961ca7b24d69482bd851c9d215
parent7878f2854948484c38adc0a9e8a11d065449fd44 (diff)
downloadblog-ng-bb2018bc0d2c883e5eef6410e57636a1871b43b9.tar.gz
blog-ng-bb2018bc0d2c883e5eef6410e57636a1871b43b9.tar.bz2
blog-ng-bb2018bc0d2c883e5eef6410e57636a1871b43b9.tar.xz
blog-ng-bb2018bc0d2c883e5eef6410e57636a1871b43b9.zip
Update README with installation instructions.
-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.