From 540315edaa20ebe5fb90ea9facd927d900e38f26 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Thu, 1 Dec 2022 14:58:07 -0500 Subject: [PATCH] rename to binary_installer in build docs --- docs/installation/BUILDING_BINARY_INSTALLERS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/BUILDING_BINARY_INSTALLERS.md b/docs/installation/BUILDING_BINARY_INSTALLERS.md index d4b4004e7c..5f45edb513 100644 --- a/docs/installation/BUILDING_BINARY_INSTALLERS.md +++ b/docs/installation/BUILDING_BINARY_INSTALLERS.md @@ -12,7 +12,7 @@ inside the InvokeAI git root folder, run the following commands: ```commandline conda activate invokeai # or however you activate python pip install pip-tools -pip-compile --allow-unsafe --generate-hashes --output-file=installer/.txt installer/requirements.in +pip-compile --allow-unsafe --generate-hashes --output-file=binary_installer/.txt binary_installer/requirements.in ``` where `.txt` is whichever of ```commandline @@ -27,7 +27,7 @@ matches the current OS and architecture. ## 3. Set github repository and branch Once all reqs files have been collected and committed **to the branch -to be installed**, edit `installer/install.sh.in` and `installer/install.bat.in` so that `RELEASE_URL` +to be installed**, edit `binary_installer/install.sh.in` and `binary_installer/install.bat.in` so that `RELEASE_URL` and `RELEASE_SOURCEBALL` point to the github repo and branch that is to be installed.