From 1cf353b6bce7831abf8470bfcb6db99ea2b5cf9c Mon Sep 17 00:00:00 2001 From: Rongmario Date: Tue, 9 Jan 2024 16:03:25 +0000 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed90094..5a68736 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is the official repository for [CleanroomMC's Encyclopedia (aka Wikipedia)] - Requires [pip](https://pypi.org/project/pip/) ```cmd ->pip install -r requirements.txt +>pip install -r dependencies.txt >mkdocs serve ```