@director.run/cli 0.0.32 → 0.0.33
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 -1
- package/dist/cli.js +64 -64
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
The fastest way to try out director is by running the quickstart directly using npx. This will start the director gateway and open the UI.
|
|
23
23
|
|
|
24
24
|
```bash
|
|
25
|
-
npx @director.run/cli quickstart
|
|
25
|
+
npx @director.run/cli@latest quickstart
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
#### Installing Locally
|