From d13f6b1b1e71a4a8665b655e52ac61321b6df3ed Mon Sep 17 00:00:00 2001 From: Winford Date: Fri, 25 Jul 2025 18:57:30 -0700 Subject: [PATCH] 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 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 493d8c4..9f259a1 100644 --- a/README.md +++ b/README.md @@ -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., @@ -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.