From 31cd76a2afb11631bfee7a3df99f02437efabb25 Mon Sep 17 00:00:00 2001 From: Eugene Brodsky Date: Sat, 3 Dec 2022 00:24:44 -0500 Subject: [PATCH] (docs) install ux: link directly to release zip files NB: if we remove the version from the zip file names, we can link directly to assets in the latest GH release from documentation without the need to keep the links updated --- docs/installation/INSTALL_SOURCE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation/INSTALL_SOURCE.md b/docs/installation/INSTALL_SOURCE.md index 117fc827fa..edb8bdb3b7 100644 --- a/docs/installation/INSTALL_SOURCE.md +++ b/docs/installation/INSTALL_SOURCE.md @@ -29,9 +29,9 @@ off the process. [latest release](https://github.com/invoke-ai/InvokeAI/releases/latest), and look for a series of files named: - - invokeAI-src-installer-mac.zip - - invokeAI-src-installer-windows.zip - - invokeAI-src-installer-linux.zip + - [invokeAI-src-installer-2.2.3-mac.zip](https://github.com/invoke-ai/InvokeAI/releases/latest/download/invokeAI-src-installer-2.2.3-mac.zip) + - [invokeAI-src-installer-2.2.3-windows.zip](https://github.com/invoke-ai/InvokeAI/releases/latest/download/invokeAI-src-installer-2.2.3-windows.zip) + - [invokeAI-src-installer-2.2.3-linux.zip](https://github.com/invoke-ai/InvokeAI/releases/latest/download/invokeAI-src-installer-2.2.3-windows.zip) Download the one that is appropriate for your operating system.