Skip to content

Commit

Permalink
Merge pull request #15 from UncleGrumpy/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGrumpy committed Jun 4, 2024
2 parents a3f66fd + 96dc0b2 commit 9958d58
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 9958d58

Please sign in to comment.