diff options
author | Zach van Rijn <me@zv.io> | 2021-07-22 07:39:38 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-22 07:39:38 -0500 |
commit | bb2018bc0d2c883e5eef6410e57636a1871b43b9 (patch) | |
tree | b421eab0f8c69b961ca7b24d69482bd851c9d215 | |
parent | 7878f2854948484c38adc0a9e8a11d065449fd44 (diff) | |
download | blog-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.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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. |