Skip to content

Commit 157614e

Browse files
committed
Add build instructions for ez file
1 parent fdbeb47 commit 157614e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,12 @@ HAVEN'T BEEN DELIVERED WILL BE LOST**.
196196
## Building the Plugin
197197

198198
```shell
199-
bazel build //:erlang_app
200-
bazel build :ez
199+
PROJECT_VERSION=4.2.0-rc.1 PRODUCT_VERSION=4.2.0-rc.1 VERSION=4.2.0-rc.1 \
200+
gmake dist PROJECT_VERSION=4.2.0-rc.1 PRODUCT_VERSION=4.2.0-rc.1 \
201+
VERSION=4.2.0-rc.1 DIST_AS_EZS=true
201202
```
202203

203-
The EZ file is created in the `bazel-bin` directory.
204+
The EZ file is created in the `plugins` directory.
204205

205206
## Creating a Release
206207

0 commit comments

Comments
 (0)