Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 7ba453c

Browse files
authored
Merge pull request #447 from tullo/building
Correct build instruction for experimental build
2 parents 3603491 + 7bb197d commit 7ba453c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Please refer to its documentation if you need to update a dependency.
6363

6464
Just add the `EXPERIMENTAL=on` flag before invoking a build target:
6565
```console
66-
$ make EXPERIMEMTAL=on bin/docker-app
66+
$ make EXPERIMENTAL=on bin/docker-app
6767
$ ./bin/docker-app version
6868
...
6969
Experimental: on

0 commit comments

Comments
 (0)