Skip to content

Commit 2ab52a1

Browse files
committed
Sync with facet.cafe install script
1 parent a9e6a9d commit 2ab52a1

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
1316
npm install -g agent-facets
1417

1518
# For closed-alpha partners: see docs/alpha/partner-onboarding.md

docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
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
},

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)