Skip to content

Commit fa1983b

Browse files
Merge pull request #51 from encode/install-step-fix
docs: clarify installation step and remove $ prompt confusion
2 parents d4d829f + 206d82f commit fa1983b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

‎docs/README.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
MkDocs is a smart, simple, website design tool.
44

5-
Getting started is easy...
5+
## Installation
6+
7+
To install MkDocs, run the following command from the command line:
68

79
```shell
8-
$ pip install mkdocs --pre
10+
pip install mkdocs --pre
911
```
1012

11-
*This will install the version 2.0 pre-release.*
13+
This will install the version 2.0 pre-release.
1214

1315
## Getting started
1416

0 commit comments

Comments
 (0)