From b52a8b645e3be5d433c4419ef6d4c7221c743d41 Mon Sep 17 00:00:00 2001 From: Jean Matheus Souto Date: Fri, 22 Jul 2016 12:20:02 -0300 Subject: [PATCH] Fix link navigation to install exercism on mac Fix anchor links to install exercism with Homebrew and without Homebrew on cli page --- x/docs/md/cli/mac.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/docs/md/cli/mac.md b/x/docs/md/cli/mac.md index 831fdc1193..3c7dd731b3 100644 --- a/x/docs/md/cli/mac.md +++ b/x/docs/md/cli/mac.md @@ -25,7 +25,7 @@ Homebrew/homebrew-core (git revision 3b4c; last commit 2016-05-09) Install the CLI via homebrew in the following section. Otherwise see "[Installing Without Homebrew](#installing-without-homebrew)". -### Installing With Homebrew +### Installing With Homebrew Install the CLI via [homebrew](http://brew.sh/) with the following command: @@ -44,7 +44,7 @@ If there was a problem you will get an error message saying _command not found_. If everything is fine, you're done installing the CLI, and you can move on to the next step, which is configuring the CLI. -### Installing Without Homebrew +### Installing Without Homebrew This is described in detail in [this video tutorial](https://www.youtube.com/watch?v=TCT4eHGwfaE).