1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 21:00:10 +01:00

minor formatting

This commit is contained in:
Mike Linksvayer 2020-09-03 14:39:31 -07:00 committed by GitHub
parent 01042feb60
commit 849216105e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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 <https://brew.sh/>):
```bash ```bash
brew install make cmake brew install make cmake
``` ```
@ -29,7 +29,7 @@ sudo apt-get install make cmake
### Installing and Running the tool ### 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 ```bash
git clone https://github.com/github/choosealicense.com.git git clone https://github.com/github/choosealicense.com.git