You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Building `packbeam` requires a version of Erlang/OTP compatible with [AtomVM](ht
23
23
24
24
To build a release, run the following commands:
25
25
26
-
shell$ rebar3 release
26
+
shell$ rebar3 as prod release
27
27
shell$ rebar3 as prod tar
28
28
29
29
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.
37
37
38
38
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.
39
39
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.
42
42
43
43
> Note. Some prefix locations may require `root` permissions to write files to.
0 commit comments