From 600d023800b3be0d4ec03eaabe6c4a8764a03784 Mon Sep 17 00:00:00 2001 From: Karthik Ram Date: Thu, 8 Oct 2020 10:05:49 -0700 Subject: [PATCH] Adding missing build instruction (#2542) Adding missing build instruction that allows jaeger binaries to be built. Signed-off-by: karthik --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8f562cd5685..0a859d0dd07 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,6 +30,8 @@ Then install dependencies and run the tests: git submodule update --init --recursive make install-tools make test +#if you wish to build platform binaries locally - the step below is needed. +make build-ui ``` ### Running local build with the UI