Skip to content

Commit

Permalink
Added --force-reinstall to insiders upgrade instructions (#7203)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvoss committed May 21, 2024
1 parent 7368c7f commit 05af898
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/insiders/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ need to run different commands:
latest development version, run:

```
pip install --upgrade git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
pip install --upgrade --force-reinstall git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
```

The `--force-reinstall` option serves to make sure `pip` does, in fact,
install the latest development version, instead of deciding that nothing
is to be done based on the version numbers.
```

=== "git upgrade"
Expand Down

0 comments on commit 05af898

Please sign in to comment.