Skip to content

Commit 2670995

Browse files
committed
Update README.md
add require soft in readme.md Signed-off-by: gzchen008 <[email protected]>
1 parent 4bfe1b0 commit 2670995

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

builders/java/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Build builder of java
22

3+
4+
Required soft on your linux
5+
```shell
6+
bazel4
7+
python3
8+
```
9+
310
Use the follow command to build a java builder.
411

512
```shell
@@ -23,4 +30,4 @@ Parameters
2330
- `build-image` - The image used to build builder.
2431
- `run-image` - The image used to run the function.
2532
- `out-image` - The name of generated builder image.
26-
- `push-image` - If specified, it will push the image to the registry.
33+
- `push-image` - If specified, it will push the image to the registry.

0 commit comments

Comments
 (0)