aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f920a88..616a9e1 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,12 @@
> bcst -l
>
Next step, extract the theme resources:
-> bcst -e \<your-theme>
+> bcst -e \<your-theme> > resources.json
This, will create a `resources.json` in the current directory. Now, you can customize it to your needs. Then, generate your start page:
-> bcst resources.json \<start-page-destination>
+> bcst -g \<your-theme> resources.json \<start-page-destination>
-VoilĂ !
+And voila!
### Submit your own theme
TODO