Skip to content

Commit

Permalink
Adding missing build instruction (#2542)
Browse files Browse the repository at this point in the history
Adding missing build instruction that allows jaeger binaries to be built.

Signed-off-by: karthik <listaction@gmail.com>
  • Loading branch information
listaction authored Oct 8, 2020
1 parent 873397e commit 600d023
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 600d023

Please sign in to comment.