Skip to content

Commit 26b9cd5

Browse files
committed
remove CodeGroup tags
1 parent 8545a2a commit 26b9cd5

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

installation.mdx

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@ icon: "terminal"
2323
<Steps>
2424
<Step title="Install the CLI.">
2525
Run the following command to install the [CLI](https://www.npmjs.com/package/mint):
26-
<CodeGroup>
2726

28-
```bash npm
27+
```bash
2928
npm i -g mint
3029
```
3130

32-
</CodeGroup>
3331
</Step>
3432
<Step title="Preview locally.">
3533
Navigate to your docs directory (where your `docs.json` file is located) and execute the following command:
@@ -44,15 +42,10 @@ icon: "terminal"
4442

4543
Alternatively, if you do not want to install the CLI globally, you can run a one-time script:
4644

47-
<CodeGroup>
48-
49-
```bash npm
45+
```bash
5046
npx mint dev
5147
```
5248

53-
54-
</CodeGroup>
55-
5649
## Updates
5750

5851
If your local preview is out of sync with what you see on the web in the production version, update your local CLI:
@@ -63,15 +56,10 @@ mint update
6356

6457
If this `mint update` command is not available on your local version, re-install the CLI with the latest version:
6558

66-
<CodeGroup>
67-
68-
```bash npm
59+
```bash
6960
npm i -g mint@latest
7061
```
7162

72-
73-
</CodeGroup>
74-
7563
## Custom ports
7664

7765
By default, the CLI uses port 3000. You can customize the port using the `--port` flag. To run the CLI on port 3333, for instance, use this command:

0 commit comments

Comments
 (0)