File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -38,25 +38,21 @@ the basic components of a Modus app and how to deploy it to Hypermode.
3838 <Tab title = " Hyp CLI" >
3939 Install the Hyp CLI via cURL (macOS + Linux) or npm (all platforms):
4040
41- <CodeGroup >
42-
43- ``` bash
44- curl install.hypermode.com/hyp.sh -sSfL | bash
45- ```
46-
47- or
41+ ``` bash
42+ curl install.hypermode.com/hyp.sh -sSfL | bash
43+ ```
4844
49- ``` bash
50- npm install -g @hypermode/hyp-cli
51- ```
45+ or
5246
53- </CodeGroup >
47+ ``` bash
48+ npm install -g @hypermode/hyp-cli
49+ ```
5450
5551 From the terminal, run the following command to import your Modus app into Hypermode. This command
5652 will create your Hypermode project and deploy your app.
5753
5854 ``` bash
59- hyp init
55+ hyp link
6056 ```
6157 </Tab >
6258 </Tabs >
You can’t perform that action at this time.
0 commit comments