@flowscripter/template-bun-executable 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,6 +31,9 @@ world();
|
|
|
31
31
|
|
|
32
32
|
## Binary Executable Usage
|
|
33
33
|
|
|
34
|
+
**NOTE**: The binaries are 10's of megabytes in size as the entire Bun runtime
|
|
35
|
+
is included.
|
|
36
|
+
|
|
34
37
|
#### MacOS
|
|
35
38
|
|
|
36
39
|
Via [Homebrew](https://brew.sh/):
|
|
@@ -55,9 +58,6 @@ You can download and extract the binary zip files from the
|
|
|
55
58
|
[releases](https://github.com/flowscripter/template-bun-executable/releases)
|
|
56
59
|
page.
|
|
57
60
|
|
|
58
|
-
**NOTE**: The binaries are 10's of megabytes in size as the entire Bun runtime
|
|
59
|
-
is included.
|
|
60
|
-
|
|
61
61
|
## Functional Tests
|
|
62
62
|
|
|
63
63
|
Refer to [functional_tests/README.md](functional_tests/README.md)
|