@joule-sh/code-darwin-arm64 0.20.1 → 0.21.0
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 +7 -7
- package/bin/joule +0 -0
- package/bin/joule-daemon +0 -0
- package/bin/relay +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,17 +44,17 @@ curl -fsSL https://raw.githubusercontent.com/joule-sh/code/main/install.sh | sh
|
|
|
44
44
|
Both put the same two commands on your `PATH` at the same version, and both
|
|
45
45
|
run every binary before reporting success. npm pins and uninstalls cleanly;
|
|
46
46
|
the script needs nothing installed first. The npm package is a wrapper whose
|
|
47
|
-
binaries live in `@joule-sh/code-linux-x64`, `@joule-sh/code-darwin-x64
|
|
48
|
-
`@joule-sh/code-darwin-arm64`, installed as
|
|
49
|
-
only the one that matches.
|
|
50
|
-
no Windows
|
|
51
|
-
|
|
47
|
+
binaries live in `@joule-sh/code-linux-x64`, `@joule-sh/code-darwin-x64`,
|
|
48
|
+
`@joule-sh/code-darwin-arm64` and `@joule-sh/code-win32-x64`, installed as
|
|
49
|
+
optional dependencies so npm takes only the one that matches. `install.sh` has
|
|
50
|
+
no Windows counterpart: npm is the way in there, or the
|
|
51
|
+
`code-x86_64-windows.zip` a release publishes.
|
|
52
52
|
|
|
53
53
|
Installs as `joule`, not `code` - `code` is already taken by VS Code's CLI on
|
|
54
54
|
most machines, and this project would silently shadow or lose to it depending
|
|
55
55
|
on `PATH` order. Prebuilt for x86_64 Linux, Apple Silicon macOS
|
|
56
|
-
(`aarch64-macos`)
|
|
57
|
-
clear message and point at building from source below.
|
|
56
|
+
(`aarch64-macos`), Intel macOS (`x86_64-macos`) and x86_64 Windows; other
|
|
57
|
+
platforms fail with a clear message and point at building from source below.
|
|
58
58
|
|
|
59
59
|
Every archive carries the garbage collector it needs, so there is no library to
|
|
60
60
|
install alongside it. A macOS binary needs nothing beyond the system's own
|
package/bin/joule
CHANGED
|
Binary file
|
package/bin/joule-daemon
CHANGED
|
Binary file
|
package/bin/relay
CHANGED
|
Binary file
|