Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README release build instruction #15

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading