From 106b3aea1b1b4a7b605c69568eaaac0aa86c73a3 Mon Sep 17 00:00:00 2001 From: blhook <89283782+blhook@users.noreply.github.com> Date: Sat, 11 Feb 2023 00:29:44 -0800 Subject: [PATCH] Fix incorrect Windows env activation location Change broken link to Contributing inside of Developer Install Minor format modification to allow for numbered list to appear properly --- docs/installation/020_INSTALL_MANUAL.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/installation/020_INSTALL_MANUAL.md b/docs/installation/020_INSTALL_MANUAL.md index cf9063729f..711df0f8f9 100644 --- a/docs/installation/020_INSTALL_MANUAL.md +++ b/docs/installation/020_INSTALL_MANUAL.md @@ -125,7 +125,7 @@ manager, please follow these steps: === "Windows" ```ps - .venv\script\activate + .venv\Scripts\activate ``` If you get a permissions error at this point, run this command and try again @@ -295,13 +295,12 @@ on your system, please see the [Git Installation Guide](https://github.com/git-guides/install-git) 1. From the command line, run this command: - ```bash git clone https://github.com/invoke-ai/InvokeAI.git ``` -This will create a directory named `InvokeAI` and populate it with the -full source code from the InvokeAI repository. + This will create a directory named `InvokeAI` and populate it with the + full source code from the InvokeAI repository. 2. Activate the InvokeAI virtual environment as per step (4) of the manual installation protocol (important!) @@ -342,7 +341,7 @@ installation protocol (important!) repository. You can then use GitHub functions to create and submit pull requests to contribute improvements to the project. - Please see [Contributing](/index.md#Contributing) for hints + Please see [Contributing](../index.md#contributing) for hints on getting started. ### Unsupported Conda Install