Skip to content

docs: clarify installation step and remove $ prompt confusion - #51

Merged
lovelydinosaur merged 1 commit into
mainfrom
install-step-fix
Sep 11, 2026
Merged

docs: clarify installation step and remove $ prompt confusion#51
lovelydinosaur merged 1 commit into
mainfrom
install-step-fix

Conversation

@AllAboutDocs

Copy link
Copy Markdown
Collaborator

Summary

Small documentation improvement to docs/README.md, based on going through the getting-started flow as a first-time user of the v2 pre-release.

Changes

Clarified the installation step

Changed:

Getting started is easy...

$ pip install mkdocs --pre

This will install the version 2.0 pre-release.

To:

## Installation

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

pip install mkdocs --pre

This will install the version 2.0 pre-release.

Why: The original $ pip install... format could be misread as part of the literal command to type (the $ is a conventional shell-prompt symbol, not something to enter) — confirmed this is a real point of confusion by testing it myself. Removing it and adding a clear instructional sentence avoids that confusion for newcomers. Gave the step its own heading for scannability, matching the style used on mkdocs.org.

@lovelydinosaur

Copy link
Copy Markdown
Member

That reads more clearly, yep. Thank you.

@lovelydinosaur
lovelydinosaur merged commit fa1983b into main Sep 11, 2026
1 check passed
@lovelydinosaur
lovelydinosaur deleted the install-step-fix branch September 11, 2026 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants