From a263ca8cb373f4852049dfe828dee19f7f8bfcf5 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 10 Apr 2019 15:51:06 -0600 Subject: [PATCH] Add USE_CUSTOM_SDKS to docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec0d59f1..59cd76d6 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,7 @@ If you're building a custom branch, or want to use the develop branch, check out riot-web branch and then run: ```bash docker build -t vectorim/riot-web:develop \ + --build-arg USE_CUSTOM_SDKS=true \ --build-arg REACT_SDK_REPO="https://github.com/matrix-org/matrix-react-sdk.git" \ --build-arg REACT_SDK_BRANCH="develop" \ --build-arg JS_SDK_REPO="https://github.com/matrix-org/matrix-js-sdk.git" \