@director.run/cli 0.0.44 → 0.0.46

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/dist/cli.js +262 -262
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <h1 align="center">Director</h1>
2
2
  <p align="center">The easiest way to use MCP.</p>
3
3
 
4
- <p align="center"><code>curl -fsSL https://director.run/install | bash</code></p>
4
+ <p align="center"><code>curl -LsSf https://director.run/install.sh | sh</code></p>
5
5
 
6
6
  ---
7
7
 
@@ -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
- curl -fsSL https://director.run/install | bash
25
+ curl -LsSf https://director.run/install.sh | sh
26
26
  director quickstart
27
27
  ```
28
28