Skip to content
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 as prod release
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 All @@ -37,8 +37,8 @@ in your local working directory.

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.

shell$ ./install.sh /opt/atomvm_packbeam 0.6.2
atomvm_packbeam version 0.6.2 installed in /opt/atomvm_packbeam.
shell$ ./install.sh /opt/atomvm_packbeam 0.7.4
atomvm_packbeam version 0.7.4 installed in /opt/atomvm_packbeam.

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

Expand Down