File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
61654. 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
You can’t perform that action at this time.
0 commit comments