From 18202ef634f4faf3a760e936a61f761903e3ab6b Mon Sep 17 00:00:00 2001 From: Christoph Bachhuber Date: Sun, 28 Jun 2020 11:56:09 +0200 Subject: [PATCH] Use code highlighting --- book/01-introduction/sections/installing.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/01-introduction/sections/installing.asc b/book/01-introduction/sections/installing.asc index 102bb787a..2b4034375 100644 --- a/book/01-introduction/sections/installing.asc +++ b/book/01-introduction/sections/installing.asc @@ -36,7 +36,7 @@ For more options, there are instructions for installing on several different Uni (((macOS, installing))) There are several ways to install Git on a Mac. The easiest is probably to install the Xcode Command Line Tools.(((Xcode))) -On Mavericks (10.9) or above you can do this simply by trying to run 'git' from the Terminal the very first time. +On Mavericks (10.9) or above you can do this simply by trying to run `git` from the Terminal the very first time. [source,console] ----