Skip to content

Commit 0296506

Browse files
committed
docs: fix error client download link
1 parent df56eee commit 0296506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ NPi (**N**atural-language **P**rogramming **I**nterface), pronounced as **"N π"
1818
<Tabs items={['macOS', 'Linux']}>
1919
<Tabs.Tab>
2020
```sh
21-
curl -O https://s.npi.ai/cli/latest/darwin/amd64/npi
21+
curl -O https://s.npi.ai/cli/latest/darwin/npi
2222
chmod +x npi
2323
sudo mv npi /usr/local/bin
2424
```
2525
</Tabs.Tab>
2626
<Tabs.Tab>
2727
```sh
28-
curl -O https://s.npi.ai/cli/latest/linux/amd64/npi
28+
curl -O https://s.npi.ai/cli/latest/linux/npi
2929
chmod +x npi
3030
sudo mv npi /usr/local/bin
3131
```

0 commit comments

Comments
 (0)