Skip to content

Commit 9958d58

Browse files
authored
Merge pull request #15 from UncleGrumpy/docs
2 parents a3f66fd + 96dc0b2 commit 9958d58

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)