Skip to content

Commit fe5c008

Browse files
Update docs/installation/INSTALL_SOURCE.md
Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
1 parent 72def2a commit fe5c008

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

docs/installation/INSTALL_SOURCE.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,17 @@ off the process.
5050
inflating: invokeAI\readme.txt
5151
```
5252
53-
3. If you are a Macintosh user, you may need to authorize the InvokeAI
54-
installer by opening a terminal window and typing `xcode-select
55-
--install`. Alternatively, you may install Xcode thorugh a graphical
56-
user interface. Information is available at https://www.freecodecamp.org/news/how-to-download-and-install-xcode/
57-
58-
If installation fails with an `EnvironmentNameNotFound` error, then
59-
you will need to install Xcode!!
53+
3. If you are a macOS user, you may need to install the Xcode command line tools.
54+
These are a set of tools that are needed to run certain applications in a Terminal,
55+
including InvokeAI. This package is provided directly by Apple.
56+
57+
To install, open a terminal window and run `xcode-select --install`. You will get
58+
a macOS system popup guiding you through the install. If you already have them
59+
installed, you will instead see some output in the Terminal advising you that the
60+
tools are already installed.
61+
62+
More information can be found here:
63+
https://www.freecodecamp.org/news/install-xcode-command-line-tools/
6064
6165
4. If you are using a desktop GUI, double-click the installer file. It will be
6266
named `install.bat` on Windows systems and `install.sh` on Linux and

0 commit comments

Comments
 (0)