diff --git a/modules/setup_unix/environment_installation.md b/modules/setup_unix/environment_installation.md
index 9d51a52..7138c3d 100644
--- a/modules/setup_unix/environment_installation.md
+++ b/modules/setup_unix/environment_installation.md
@@ -215,12 +215,24 @@ Git should be installed on your computer as part of your Bash install
#### macOS
-For macOS/Mac OS X 10.9 and higher, install Git for
-Mac by downloading and running the most recent "mavericks" installer
-from this
-list. After installing Git, there will not be anything in your
-/Applications
folder, as Git is a command line program.
+list. Because this installer is not signed by the developer, you
+may have to right click (control click) on the .pkg file, click Open,
+and click Open on the pop up window. After installing Git, there will
+not be anything in your /Applications
folder, as Git is a
+command line program.
+
#### Linux
@@ -228,11 +240,11 @@ list. After installing Git, there will not be anything in your
If Git is not already available on your machine you can try to install
it via your distro's package manager. For *Debian/Ubuntu* run
```bash
-sudo apt-get install git
+sudo apt-get install git-all
```
and for *Fedora* run
```bash
-sudo yum install git
+sudo dnf install git-all
```
#### ChromeOS ####