diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-07-09 14:57:37 +0200 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-07-09 14:57:37 +0200 |
commit | 39fdae7de23244b47581c197e1d78506aebf5af1 (patch) | |
tree | 2287f93aa998540e20171af111ed0e1f66bbea48 | |
parent | d30312f2d13b561bc0f596a8a57b4a944401600e (diff) |
Update theme installation notes to match current reality
-rw-r--r-- | doc/THEMES.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/THEMES.md b/doc/THEMES.md index 50335c082..ffdd8f204 100644 --- a/doc/THEMES.md +++ b/doc/THEMES.md @@ -36,13 +36,17 @@ places: This document is about what you can do in a theme. -To get started, install the sample theme by running +By default, the sample theme ("alavetelitheme") has already been +installed. See the setting `THEME_URLS` in `general.yml` for an +explanation. + +You can also install the sample theme by hand, by running: ./script/plugin install git://github.com/sebbacon/alavetelitheme.git -This downloads and installs the theme in -`vendor/plugins/alavetelitheme` and contains examples for nearly -everything you might want to customise. +The sample theme contains examples for nearly everything you might +want to customise. You should probably make a copy, rename it, and +use that as the basis for your own theme. # Make sure your theme is as lightweight as possible |