Commit e7c1853b authored by Chelsea Komlo's avatar Chelsea Komlo Committed by GitHub
Browse files

Merge pull request #3078 from hashicorp/b-remove-make-bin

Use make release target, remove make bin
parents 45e2f5ff 67c92dbd
Showing with 2 additions and 2 deletions
+2 -2
...@@ -107,11 +107,11 @@ $ bin/nomad ...@@ -107,11 +107,11 @@ $ bin/nomad
... ...
``` ```
To cross-compile Nomad, run `make bin`. This will compile Nomad for multiple To cross-compile Nomad, run `make release`. This will compile Nomad for multiple
platforms and place the resulting binaries into the `./pkg` directory: platforms and place the resulting binaries into the `./pkg` directory:
```sh ```sh
$ make bin $ make release
... ...
$ ls ./pkg $ ls ./pkg
... ...
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment