@director.run/cli 0.0.35 → 0.0.37

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 +6 -5
  2. package/dist/cli.js +189 -189
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <h1 align="center">Director</h1>
2
- <p align="center">The easiest way to connect to any MCP server.</p>
2
+ <p align="center">The easiest way to use MCP.</p>
3
3
 
4
- <p align="center"><code>npx @director.run/cli@latest quickstart</code></p>
4
+ <p align="center"><code>curl -fsSL https://director.run/install | bash</code></p>
5
5
 
6
6
  ---
7
7
 
@@ -22,12 +22,13 @@
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@latest quickstart
25
+ curl -fsSL https://director.run/install | bash
26
+ director quickstart
26
27
  ```
27
28
 
28
- #### Installing Locally
29
+ #### Installing Manually
29
30
 
30
- If you'd like to install director locally, you can do so via `npm`.
31
+ If you'd like to install director manually, you can do so via `npm` once you've installed the Prerequisites.
31
32
 
32
33
  ```bash
33
34
  npm install -g @director.run/cli