@linzumi/cli 0.0.64-beta → 0.0.66-beta
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 +1 -5
- package/dist/index.js +38685 -37201
- package/package.json +1 -2
- package/docs/images/signup-mission-control.png +0 -0
- package/docs/images/signup-terminal.png +0 -0
package/README.md
CHANGED
|
@@ -33,10 +33,6 @@ Paste this into your terminal:
|
|
|
33
33
|
npx -y @linzumi/cli@latest signup
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-

|
|
37
|
-
|
|
38
|
-

|
|
39
|
-
|
|
40
36
|
Linzumi will ask for your email, send you a sign-in code, help you pick
|
|
41
37
|
the repos where Codex may work, start useful first tasks, and open
|
|
42
38
|
Mission Control in your browser with the work already running.
|
|
@@ -62,7 +58,7 @@ Install the CLI or run it with `npx`:
|
|
|
62
58
|
```bash
|
|
63
59
|
npm install -g @linzumi/cli@latest
|
|
64
60
|
npx -y @linzumi/cli@latest signup
|
|
65
|
-
npx -y @linzumi/cli@0.0.
|
|
61
|
+
npx -y @linzumi/cli@0.0.66-beta --version
|
|
66
62
|
linzumi --version
|
|
67
63
|
```
|
|
68
64
|
|