Skip to content

Commit 292ee06

Browse files
authored
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.
1 parent c00d53f commit 292ee06

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

docs/installation/index.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ title: Overview
55
We offer several ways to install InvokeAI, each one suited to your
66
experience and preferences.
77

8-
1. [InvokeAI source code installer](INSTALL_SOURCE.md)
9-
8+
1. InvokeAI source code installer
109
This is a script that will install Python, the Anaconda ("conda")
1110
package manager, all of InvokeAI's its essential third party
1211
libraries and InvokeAI itself. It includes access to a "developer
@@ -18,6 +17,14 @@ experience and preferences.
1817
script. This method is recommended for individuals who wish to
1918
stay on the cutting edge of InvokeAI development and are not
2019
afraid of occasional breakage.
20+
21+
To get started go to the bottom of the [Latest Release Page](https://github.com/invoke-ai/InvokeAI/releases/latest)
22+
and download the .zip file for your platform. Unzip the file.
23+
If you are on a Windows system, double-click on the `install.bat`
24+
script. On a Mac or Linux system, navigate to the file `install.sh`
25+
from within the terminal application, and run the script.
26+
27+
Sit back and watch the script run.
2128

2229
**Important Caveats**
2330
- This script is a bit cranky and occasionally hangs or times out,

0 commit comments

Comments
 (0)