@zinley/orion 1.2.0 → 1.2.1
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 +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,11 +12,13 @@ npm i @zinley/orion
|
|
|
12
12
|
|
|
13
13
|
## Usage
|
|
14
14
|
|
|
15
|
+
After installation, simply run:
|
|
16
|
+
|
|
15
17
|
```bash
|
|
16
|
-
|
|
18
|
+
orion
|
|
17
19
|
```
|
|
18
20
|
|
|
19
|
-
|
|
21
|
+
**That's it!** No need for `./orion` or any relative paths. The `orion` command works across all directories—run from anywhere, no navigation required.
|
|
20
22
|
|
|
21
23
|
## Interactive CLI Integration
|
|
22
24
|
|