From 206d82fde92195cac025c6e0ea2c2c74f16f9e49 Mon Sep 17 00:00:00 2001 From: Piya Das Date: Thu, 10 Sep 2026 19:49:53 +0200 Subject: [PATCH] docs: clarify installation step and remove $ prompt confusion --- docs/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 82a8ca8..5afd127 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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