Skip to content

Commit b8ae3df

Browse files
authored
Update quickstart.mdx
1 parent e3b5b5a commit b8ae3df

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

quickstart.mdx

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)