Skip to content

Commit d13f6b1

Browse files
committed
Corrections to build instructions
Updates README.md to reflect the proper way to build and install the packbeam tool. Closes #34 Signed-off-by: Winford <[email protected]>
1 parent cfebac7 commit d13f6b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Building `packbeam` requires a version of Erlang/OTP compatible with [AtomVM](ht
2323

2424
To build a release, run the following commands:
2525

26-
shell$ rebar3 release
26+
shell$ rebar3 as prod release
2727
shell$ rebar3 as prod tar
2828

2929
These commands will create an Erlang tar archive containing a versioned release of the `atomvm_packbeam` tool, e.g.,
@@ -37,8 +37,8 @@ in your local working directory.
3737
3838
You can use the `install.sh` script to install the `atomvm_packbeam` utility into a location on your local machine. You will need to specify the prefix location into which you want to install the utility, together with it's current version.
3939

40-
shell$ ./install.sh /opt/atomvm_packbeam 0.6.2
41-
atomvm_packbeam version 0.6.2 installed in /opt/atomvm_packbeam.
40+
shell$ ./install.sh /opt/atomvm_packbeam 0.7.4
41+
atomvm_packbeam version 0.7.4 installed in /opt/atomvm_packbeam.
4242

4343
> Note. Some prefix locations may require `root` permissions to write files to.
4444

0 commit comments

Comments
 (0)