Skip to content

Commit ca3b6ff

Browse files
committed
two more
1 parent 226f269 commit ca3b6ff

File tree

2 files changed

+6
-30
lines changed

2 files changed

+6
-30
lines changed

modus/modus-cli.mdx

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,11 @@ running it locally.
88

99
## Install
1010

11-
Install Modus CLI via a cURL command or npm.
12-
13-
<Tabs>
14-
<Tab title="MacOS + Linux">
15-
```bash
16-
curl install.hypermode.com/modus.sh -sSfL | bash
17-
```
18-
19-
or
20-
21-
```bash
22-
npm install -g @hypermode/modus-cli
23-
```
24-
25-
</Tab>
26-
<Tab title="Windows">
27-
```bash
28-
npm install -g @hypermode/modus-cli
29-
```
30-
</Tab>
31-
</Tabs>
11+
Install Modus CLI via npm.
12+
13+
```bash
14+
npm install -g @hypermode/modus-cli
15+
```
3216

3317
## Commands
3418

work-locally.mdx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,10 @@ experimentation with new AI models.
1212

1313
For access to hosted models, install the Hyp CLI to augment Modus.
1414

15-
<CodeGroup>
16-
17-
```bash MacOS + Linux
18-
curl -sSL http://install.hypermode.com/hyp.sh | bash
19-
```
20-
21-
```js Windows
15+
```bash
2216
npm install -g @hypermode/hyp-cli
2317
```
2418

25-
</CodeGroup>
26-
2719
## Log into Hyp
2820

2921
Before running `modus dev` to run your Modus app locally, ensure you're logged

0 commit comments

Comments
 (0)