From baac973ac93dc49a175ff581fd94476ee348d421 Mon Sep 17 00:00:00 2001 From: Vincent Date: Sun, 17 Nov 2024 15:00:13 +0000 Subject: [PATCH] docs: fix typos in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 07e43a77d..6514ff4b7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ the package manager, run the following commands in your Python environment. ```shell pip install conan -conan detect profile +conan profile detect ``` ### Install dependencies @@ -94,7 +94,7 @@ cmake --build --preset conan-relwithdebinfo ### Install -To install **Endstone** from your local sources, you will need to activate the build environment and then run: +To install **Endstone** from your local sources, simply run: ```shell pip install -U .