Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
ccc571c0
Commit
ccc571c0
authored
Oct 19, 2016
by
XTech2K
Browse files
Add MacOS XCode command line tools info to README.md
parent
57248e86
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ccc571c0
...
@@ -48,6 +48,11 @@ This tutorial uses the third party Homebrew package manager for macOS, which all
...
@@ -48,6 +48,11 @@ This tutorial uses the third party Homebrew package manager for macOS, which all
packages from your terminal just as easily as you could on a Linux based system. You could use another
packages from your terminal just as easily as you could on a Linux based system. You could use another
package manager (or not use one at all), but Homebrew is highly reccomended.
package manager (or not use one at all), but Homebrew is highly reccomended.
In order to use homebrew, you must first install XCode Command Line Tools. For users of OS X Mavericks and all newer
versions, this can be done by running
``xcode-select --install``
and clicking "Install" on the popup that appears.
On older versions of OS X, you should simply install the entirety of XCode, which can be found online.
To get homebrew, run the following command in a terminal:
To get homebrew, run the following command in a terminal:
``/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
``/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment