Skip to content

Commit 96dc0b2

Browse files
committed
Update README release build instruction
The instructions did not use `as prod` for the `tar` `rebar3 tar` task, which would create the tarball in `_build/default`, but the `install.sh` expects to find the tar file in `_build/prod`. This updates the readme to instruct the user how to create the tar in the correct location for the install script. Signed-off-by: Winford <[email protected]>
1 parent d4346b9 commit 96dc0b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `atomvvm_packbeam`
1+
# `atomvm_packbeam`
22

33
An Erlang Escript and library used to generate an [AtomVM](http://github.com/atomvm/AtomVM) AVM file from a set of files (beam files, previously built AVM files, or even arbitrary data files).
44

@@ -19,7 +19,7 @@ Building `packbeam` requires a version of Erlang/OTP compatible with [AtomVM](ht
1919
To build a release, run the following commands:
2020

2121
shell$ rebar3 release
22-
shell$ rebar3 tar
22+
shell$ rebar3 as prod tar
2323

2424
These commands will create an Erlang tar archive containing a versioned release of the `atomvm_packbeam` tool, e.g.,
2525

0 commit comments

Comments
 (0)