Skip to content

Commit 3f86ce4

Browse files
authored
remove diff between cli and client, move troubleshooting up (#817)
1 parent 995e32a commit 3f86ce4

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

installation.mdx

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,13 @@ pnpm dlx mint dev
7474

7575
## Updates
7676

77-
You can update the client and CLI versions independently.
78-
79-
### Client version
80-
81-
If your local preview is out of sync with the production version, update your client version:
77+
If your local preview is out of sync with what you see on the web in the production version, update your local CLI:
8278

8379
```bash
8480
mint update
8581
```
8682

87-
### CLI version
88-
89-
Update the CLI to the latest version:
83+
If this `mint update` command is not available on your local version, re-install the CLI with the latest version:
9084

9185
<CodeGroup>
9286

@@ -171,9 +165,4 @@ If you use JetBrains, we recommend the [MDX IntelliJ IDEA plugin](https://plugin
171165
<Accordion title="Issue: Encountering an unknown error">
172166
Solution: Go to the root of your device and delete the `~/.mintlify` folder. Afterwards, run `mint dev` again.
173167
</Accordion>
174-
<Accordion title="Issue: The update command is not available">
175-
If running `mint update` returns the command menu, your current version of the CLI does not include the `update` command.
176-
177-
Use `npm i -g mint@latest` to update the CLI.
178-
</Accordion>
179168
</AccordionGroup>

0 commit comments

Comments
 (0)