aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2020-04-22 10:03:04 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2020-04-22 10:03:04 +0200
commit586e35e3906214fc964714dd60091b290400ba1d (patch)
tree34fcc2b46d8a95abadd454773edcc94c48df6ffc /README.md
parent24ef10da650d091e67bd82ec3f9b329bcee1a15e (diff)
Clean theme and improve api
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