@thaddeus.run/cli 0.1.0-alpha → 0.1.1-alpha
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,6 +10,13 @@ thaddeus --version
|
|
|
10
10
|
thaddeus help
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
+
Point it at a server (your choice — never pre-filled):
|
|
14
|
+
|
|
15
|
+
```sh
|
|
16
|
+
thaddeus use --hosted # the official https://ams1.thaddeus.run
|
|
17
|
+
thaddeus use https://your-host # or your own / a local `thaddeus serve`
|
|
18
|
+
```
|
|
19
|
+
|
|
13
20
|
Installing fetches the `thaddeus` binary for your platform from the
|
|
14
21
|
[GitHub releases](https://github.com/thaddeus-run/thaddeus/releases) (with a
|
|
15
22
|
download-on-first-run fallback if install scripts are disabled). No Bun or Node
|
package/package.json
CHANGED