Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
67c92dbd
Commit
67c92dbd
authored
7 years ago
by
Chelsea Holland Komlo
Browse files
Options
Download
Email Patches
Plain Diff
use make release target, remove make bin
parent
15517e46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
README.md
with
2 additions
and
2 deletions
+2
-2
README.md
+
2
-
2
View file @
67c92dbd
...
...
@@ -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
...
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment