Skip to content
Snippets Groups Projects
Commit ddcb9059 authored by Cam Saül's avatar Cam Saül Committed by GitHub
Browse files

Update developers-guide-osx.md

parent 337e0ea8
No related branches found
No related tags found
No related merge requests found
......@@ -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."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment