Fixed line formatting by adding bullet points

pull/31/head
Pranav 4 years ago
parent 7b97f1a768
commit 16729de985

@ -22,8 +22,8 @@ Before you begin, you'll need to check if Git is installed. In the terminal type
`git --version`
If Git is not installed, [download Git](https://git-scm.com/downloads). Then, setup your local Git profile in the terminal:
`git config --global user.name "your-name"`
`git config --global user.email "your-email"`
* `git config --global user.name "your-name"`
* `git config --global user.email "your-email"`
To check if Git is already configured you can type:
`git config --list`

Loading…
Cancel
Save