@joule-sh/code-darwin-arm64 0.23.7 → 0.23.9
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 +6 -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
|
@@ -6,21 +6,20 @@ Pre-1.0.
|
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
9
|
-
macOS and Linux:
|
|
10
|
-
|
|
11
9
|
```sh
|
|
12
|
-
|
|
10
|
+
npm i -g @joule-sh/code
|
|
13
11
|
```
|
|
14
12
|
|
|
15
|
-
|
|
13
|
+
That covers all four platforms, Windows included. On Linux and macOS a script
|
|
14
|
+
does the same and needs no Node:
|
|
16
15
|
|
|
17
16
|
```sh
|
|
18
|
-
|
|
17
|
+
curl -fsSL https://raw.githubusercontent.com/joule-sh/code/main/install.sh | sh
|
|
19
18
|
```
|
|
20
19
|
|
|
21
20
|
Both install `joule` and `relay` at the same version, and run every binary
|
|
22
|
-
before reporting success. Runs as `joule`, not `code`.
|
|
23
|
-
itself; there is no update command.
|
|
21
|
+
before reporting success. Runs as `joule`, not `code`. Either one offers to
|
|
22
|
+
update itself; there is no update command.
|
|
24
23
|
|
|
25
24
|
Prebuilt for x86_64 Linux, Apple Silicon macOS, Intel macOS and x86_64 Windows,
|
|
26
25
|
and every release carries the plain archives too, including
|
package/bin/joule
CHANGED
|
Binary file
|
package/bin/joule-daemon
CHANGED
|
Binary file
|
package/bin/relay
CHANGED
|
Binary file
|