diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-09 10:00:20 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-09 10:00:20 +0100 |
commit | 06df4520f37e4e2b200425486f2502683a5cef19 (patch) | |
tree | 75b236f9d33066e47ac400ad778a8cdccf3697e5 | |
parent | f8e2c29d4fff661248a7f63f92fe4135e7df771e (diff) |
Plugin install method now obsolete.
Superceded by rake task.
-rw-r--r-- | customising/themes.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/customising/themes.md b/customising/themes.md index f6e504eff..2084db2f1 100644 --- a/customising/themes.md +++ b/customising/themes.md @@ -58,13 +58,13 @@ places: This document is about what you can do in a theme. By default, the sample theme ("alavetelitheme") has already been -installed. See the setting -[`THEME_URLS`]({{ site.baseurl }}customising/config/#theme_urls) +installed. See the setting +[`THEME_URLS`]({{ site.baseurl }}customising/config/#theme_urls) in `general.yml` for an explanation. You can also install the sample theme by hand, by running: - bundle exec rails plugin install git://github.com/mysociety/alavetelitheme.git + bundle exec rake themes:install The sample theme contains examples for nearly everything you might want to customise. You should probably make a copy, rename it, and |