diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2020-04-22 10:03:04 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2020-04-22 10:03:04 +0200 |
| commit | 586e35e3906214fc964714dd60091b290400ba1d (patch) | |
| tree | 34fcc2b46d8a95abadd454773edcc94c48df6ffc /README.md | |
| parent | 24ef10da650d091e67bd82ec3f9b329bcee1a15e (diff) | |
Clean theme and improve api
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
