@joule-sh/code-darwin-arm64 0.23.8 → 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 CHANGED
@@ -6,21 +6,20 @@ Pre-1.0.
6
6
 
7
7
  ## Install
8
8
 
9
- macOS and Linux:
10
-
11
9
  ```sh
12
- curl -fsSL https://raw.githubusercontent.com/joule-sh/code/main/install.sh | sh
10
+ npm i -g @joule-sh/code
13
11
  ```
14
12
 
15
- Windows, or any platform, from npm:
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
- npm i -g @joule-sh/code
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`. It offers to update
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joule-sh/code-darwin-arm64",
3
- "version": "0.23.8",
3
+ "version": "0.23.9",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",