summaryrefslogtreecommitdiff
path: root/branding/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'branding/README.rst')
-rw-r--r--branding/README.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/branding/README.rst b/branding/README.rst
index 87d8085..7f2f16a 100644
--- a/branding/README.rst
+++ b/branding/README.rst
@@ -29,15 +29,14 @@ before the build. If you want to skip this check, pass `SKIP_CACHECK=yes`
Run::
- PROVIDER=example make prepare
+ PROVIDER=example make vendor
-You can also specify a custom config file::
+Then you can build the binary::
- PROVIDER=example PROVIDER_CONFIG=/path/to/vendor.conf make prepare
+ ./build.sh
-Then you need to build the package::
- make build
+* The following does not work yet! in progress ------------------
Then you can build all the packages::