aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0b72029..a1667a4 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,8 @@ cli:build:native Builds native image for CLI.
To build native image, run:
+( This requires having `native-image` tool installed locally. Use the appropriate JDK distribution. )
+
``` sh
bb cli:build:native
```