File tree Expand file tree Collapse file tree 2 files changed +6
-30
lines changed
Expand file tree Collapse file tree 2 files changed +6
-30
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -12,18 +12,10 @@ experimentation with new AI models.
1212
1313For 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
2216npm install -g @hypermode/hyp-cli
2317```
2418
25- </CodeGroup >
26-
2719## Log into Hyp
2820
2921Before running ` modus dev ` to run your Modus app locally, ensure you're logged
You can’t perform that action at this time.
0 commit comments