mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Adjusted upgrade notes for Windows compatibility
This commit is contained in:
parent
c0dbdcd688
commit
25860b3bbf
@ -8,11 +8,10 @@ To upgrade Material to the latest version, use pip:
|
|||||||
pip install --upgrade mkdocs-material
|
pip install --upgrade mkdocs-material
|
||||||
```
|
```
|
||||||
|
|
||||||
To determine the currently installed version, use the following command:
|
To inspect the currently installed version, use the following command:
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
pip show mkdocs-material | grep -E ^Version
|
pip show mkdocs-material
|
||||||
# Version 2.6.0
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Material 1.x to 2.x
|
### Material 1.x to 2.x
|
||||||
|
Loading…
Reference in New Issue
Block a user