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
bebbdc83
Commit
bebbdc83
authored
Oct 20, 2016
by
Daniel W Bond
Browse files
Merge branch 'issue97' into 'amherst'
Issue97 Fixes
#97
See merge request
!30
parents
57248e86
f3471e16
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
bebbdc83
...
...
@@ -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
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:
``/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
...
...
@@ -106,7 +111,7 @@ Load up the mysql shell by running
``
mysql -u root -p
``
and putting in your mysql password.
and putting in your mysql password
(on MacOS, this will default to an empty string, so you can just press return)
.
Create the database by running
...
...
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