From 1c48ce94f786973de6dfabb2048fbfe6f22ed941 Mon Sep 17 00:00:00 2001 From: tuxuser <462620+tuxuser@users.noreply.github.com> Date: Sat, 12 Dec 2020 22:26:49 +0100 Subject: [PATCH] Correct README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 923701a..ac0788f 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,13 @@ xbox-nano-client ## Development workflow -Ready to contribute? Here's how to set up `xbox-smartglass-core-python` for local development. +Ready to contribute? Here's how to set up `xbox-smartglass-nano-python` for local development. -1. Fork the `xbox-smartglass-core-python` repo on GitHub. +1. Fork the `xbox-smartglass-nano-python` repo on GitHub. 2. Clone your fork locally ```text -git clone git@github.com:your_name_here/xbox-smartglass-core-python.git +git clone git@github.com:your_name_here/xbox-smartglass-nano-python.git ``` 3. Install your local copy into a virtual environment. This is how you set up your fork for local development @@ -61,7 +61,7 @@ git clone git@github.com:your_name_here/xbox-smartglass-core-python.git ```text python -m venv ~/pyvenv/xbox-smartglass source ~/pyvenv/xbox-smartglass/bin/activate -cd xbox-smartglass-core-python +cd xbox-smartglass-nano-python pip install -e .[dev] ```