Skip to content

Commit

Permalink
Update documents with Client-only build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepatrick committed Nov 14, 2017
1 parent 1b57e53 commit 974d49c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion brig/README.md
Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions docs/topics/developers.md
Expand Up @@ -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:

```
Expand Down

0 comments on commit 974d49c

Please sign in to comment.