diff options
-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. |