From 7daa2296cacbc68e8acf803f8142d542a207f194 Mon Sep 17 00:00:00 2001 From: startergo <7897244+startergo@users.noreply.github.com> Date: Fri, 27 Oct 2023 09:05:09 -0400 Subject: [PATCH] Updated Home (markdown) --- Home.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 9fbdbd2..0e1219f 100644 --- a/Home.md +++ b/Home.md @@ -27,8 +27,16 @@ environment. curl https://pyenv.run | bash ``` - `xcode-select --install` might not be available on older macOS's so use [this script](https://gist.github.com/rtrouton/f92f263414aaeb946e54) instead or [this page](https://xcodereleases.com/) + `xcode-select --install` might not be available on older macOS's so use [this script](https://gist.github.com/rtrouton/f92f263414aaeb946e54) instead or [this page](https://xcodereleases.com/) as well as directly from Apple downloads: +https://xcodereleases.com/ + +And search for: +``` +command line tools +``` +like `command line tools 10.9` + For dependencies use [MacPorts](https://www.macports.org/install.php): ```sh