Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

MkDocs is a smart, simple, website design tool.

Getting started is easy...
## Installation

To install MkDocs, run the following command from the command line:

```shell
$ pip install mkdocs --pre
pip install mkdocs --pre
```

*This will install the version 2.0 pre-release.*
This will install the version 2.0 pre-release.

## Getting started

Expand Down
Loading