Skip to content

Commit 4eaa958

Browse files
committed
add reviewer feedback
1 parent 6d277af commit 4eaa958

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

installation.mdx

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "CLI"
3+
sidebarTitle: "Installation"
34
description: "Install the CLI to preview and develop your docs locally"
45
icon: "terminal"
56
---
@@ -73,22 +74,29 @@ pnpm dlx mint dev
7374

7475
## Updates
7576

76-
Each CLI release is associated with a specific version of the Mintlify platform. If your local preview is out of sync with the production version, please update the CLI:
77+
You can update the client and CLI versions independently.
7778

78-
<CodeGroup>
79+
### Client version
80+
81+
If your local preview is out of sync with the production version, update your client version:
7982

80-
```bash mint
83+
```bash
8184
mint update
8285
```
8386

87+
### CLI version
88+
89+
Update the CLI to the latest version:
90+
91+
<CodeGroup>
8492

8593
```bash npm
8694
npm i -g mint@latest
8795
```
8896

8997

9098
```bash yarn
91-
yarn global update mint
99+
yarn global upgrade mint
92100
```
93101

94102

0 commit comments

Comments
 (0)