2 parents d4d829f + 206d82f commit fa1983bCopy full SHA for fa1983b
1 file changed
docs/README.md
@@ -2,13 +2,15 @@
2
3
MkDocs is a smart, simple, website design tool.
4
5
-Getting started is easy...
+## Installation
6
+
7
+To install MkDocs, run the following command from the command line:
8
9
```shell
-$ pip install mkdocs --pre
10
+pip install mkdocs --pre
11
```
12
-*This will install the version 2.0 pre-release.*
13
+This will install the version 2.0 pre-release.
14
15
## Getting started
16
0 commit comments