Updated basics.md to add a link for showing example for installing git on all package managers (#8735)

This commit is contained in:
Reece Dunham 2019-01-30 17:30:50 -05:00 committed by Aditya Patwardhan
parent f3efcab91e
commit 528b0992b2

View File

@ -24,11 +24,8 @@ During the installation process, choose these recommended settings:
#### Linux
Install by using the package manager:
```sh
sudo apt-get install git
```
Install by using the package manager on your system.
A list of all the package managers and commands can be found [here][linux-git-dl].
Interactive tutorials
----------------------
@ -87,3 +84,4 @@ git config --global url.git@github.com:.insteadOf https://github.com/
[SSH key]: https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/#generating-a-new-ssh-key
[token]: https://help.github.com/articles/creating-an-access-token-for-command-line-use/
[manager]: https://github.com/Microsoft/Git-Credential-Manager-for-Windows
[linux-git-dl]: https://git-scm.com/download/linux