From ddcb9059d56e6cd3e9bbc424dce8e3a3a99fc50b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cam=20Sa=C3=BCl?= <cammsaul@gmail.com>
Date: Thu, 4 Aug 2016 15:35:20 -0700
Subject: [PATCH] Update developers-guide-osx.md

---
 docs/developers-guide-osx.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/developers-guide-osx.md b/docs/developers-guide-osx.md
index 23ce37aae1b..5028c48c86c 100644
--- a/docs/developers-guide-osx.md
+++ b/docs/developers-guide-osx.md
@@ -12,15 +12,15 @@
    # Fetch and initialize git submodule
    git submodule update --init
    
-   # Upgrade Perl 
+   # Upgrade Perl (not 100% sure this is neccesary)
    brew install perl
    
-   # Add new version of perl to your $PATH
+   # Add new version of perl to your $PATH (if you upgraded)
    # (replace "5.24.0_1" below with whatever version you installed)
    echo 'export PATH="/usr/local/Cellar/perl/5.24.0_1/bin:$PATH"' >> ~/.bash_profile
    source ~/.bash_profile
    
-   # Double-check that we're using the newer version of CPAN
+   # Double-check that we're using the newer version of CPAN (if you upgraded)
    # (If this is your first time running CPAN, use the default config settings when prompted)
    cpan --version # You should see a line like "running under Perl version 5.24.0."
    
-- 
GitLab