From 849216105e792f71493418dbf76ed9c072754a64 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Thu, 3 Sep 2020 14:39:31 -0700 Subject: [PATCH] minor formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2dab19f..83a638a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ We catalog [select](CONTRIBUTING.md#adding-a-license) open source licenses with It may be the case that your system doesn't have the required dependencies. You will need 'cmake' and 'make' installed on your computer. -* For MacOS, use homebrew to update your dependencies (Install Homebrew from [here](https://brew.sh/)): +* For MacOS, use Homebrew to update your dependencies (install Homebrew from ): ```bash brew install make cmake ``` @@ -29,7 +29,7 @@ sudo apt-get install make cmake ### Installing and Running the tool -Note that the third command (./script/bootstrap) may require you to use 'sudo' access for installation. Add 'sudo' right before the third command, if need be, but don't use root access. +Note that the third command (`./script/bootstrap`) may require you to use 'sudo' access for installation. Add 'sudo' right before the third command, if need be, but don't use root access. ```bash git clone https://github.com/github/choosealicense.com.git