From 292ee06751ed0a0c833b492deda7dc5e99a428e1 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Fri, 2 Dec 2022 17:16:29 -0500 Subject: [PATCH] Fix description of source code installer The mkdocs version of INSTALL_SOURCE.md has disappeared and I am patching this in so that users find the correct installer. --- docs/installation/index.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/installation/index.md b/docs/installation/index.md index 53719df280..675c4beb14 100644 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -5,8 +5,7 @@ title: Overview We offer several ways to install InvokeAI, each one suited to your experience and preferences. -1. [InvokeAI source code installer](INSTALL_SOURCE.md) - +1. InvokeAI source code installer This is a script that will install Python, the Anaconda ("conda") package manager, all of InvokeAI's its essential third party libraries and InvokeAI itself. It includes access to a "developer @@ -18,6 +17,14 @@ experience and preferences. script. This method is recommended for individuals who wish to stay on the cutting edge of InvokeAI development and are not afraid of occasional breakage. + + To get started go to the bottom of the [Latest Release Page](https://github.com/invoke-ai/InvokeAI/releases/latest) + and download the .zip file for your platform. Unzip the file. + If you are on a Windows system, double-click on the `install.bat` + script. On a Mac or Linux system, navigate to the file `install.sh` + from within the terminal application, and run the script. + + Sit back and watch the script run. **Important Caveats** - This script is a bit cranky and occasionally hangs or times out,