Commit 67c92dbd authored by Chelsea Holland Komlo's avatar Chelsea Holland Komlo
Browse files

use make release target, remove make bin

parent 15517e46
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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:
```sh
$ make bin
$ make release
...
$ 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