Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Correct build instruction for experimental build #447

Merged
merged 1 commit into from
Jan 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Please refer to its documentation if you need to update a dependency.

Just add the `EXPERIMENTAL=on` flag before invoking a build target:
```console
$ make EXPERIMEMTAL=on bin/docker-app
$ make EXPERIMENTAL=on bin/docker-app
$ ./bin/docker-app version
...
Experimental: on
Expand Down