File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ Full documentation is available at [agentfacets.io](https://agentfacets.io).
99## Quickstart
1010
1111``` shell
12- # Install the CLI
12+ # Install the CLI (macOS/Linux)
13+ curl -fsSL https://install.agentfacets.io | bash
14+
15+ # Or via npm (all platforms, including Windows)
1316npm install -g agent-facets
1417
1518# For closed-alpha partners: see docs/alpha/partner-onboarding.md
Original file line number Diff line number Diff line change 124124 "type" : " button" ,
125125 "icon" : " download" ,
126126 "label" : " Download CLI" ,
127- "href" : " https://facet.cafe/ install"
127+ "href" : " https://install.agentfacets.io "
128128 }
129129 ]
130130 },
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ references that extend AI coding assistants.
1515<CodeGroup >
1616
1717``` shell curl
18- curl -fsSL https://facet.cafe/ install | bash
18+ curl -fsSL https://install.agentfacets.io | bash
1919```
2020
2121``` shell npm
You can’t perform that action at this time.
0 commit comments