Skip to content

Commit

Permalink
Update README release build instruction
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
UncleGrumpy committed May 13, 2024
1 parent d4346b9 commit 96dc0b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `atomvvm_packbeam`
# `atomvm_packbeam`

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).

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

shell$ rebar3 release
shell$ rebar3 tar
shell$ rebar3 as prod tar

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

Expand Down

0 comments on commit 96dc0b2

Please sign in to comment.