From 974d49c47f86b3b47e3ee516e24797862158c8fb Mon Sep 17 00:00:00 2001 From: lukepatrick Date: Tue, 14 Nov 2017 13:59:29 -0700 Subject: [PATCH] Update documents with Client-only build instructions --- brig/README.md | 2 +- docs/topics/developers.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/brig/README.md b/brig/README.md index 1990169cf..dbe514c73 100644 --- a/brig/README.md +++ b/brig/README.md @@ -47,7 +47,7 @@ The output of the master process is written to STDOUT. ## Building Brig To build Brig, clone the [Brigade repository](https://github.com/Azure/brigade) -and then run `make bootstrap build-client`. +and then run `make bootstrap brig`. ## How Brig Works diff --git a/docs/topics/developers.md b/docs/topics/developers.md index 0f7c3933a..d8f243c52 100644 --- a/docs/topics/developers.md +++ b/docs/topics/developers.md @@ -40,6 +40,12 @@ To build all of the source, run this: $ make bootstrap build ``` +To build just the client binaries, run this: + +``` +$ make bootstrap brig +``` + To build Docker images, run: ```