diff --git a/comandos-iniciais.md b/comandos-iniciais.md index 35c0599..7c8a016 100644 --- a/comandos-iniciais.md +++ b/comandos-iniciais.md @@ -1,5 +1,12 @@ # Tutorial de Git - Comandos Iniciais +## Instalando git + +```Bash +$ sudo apt-get update +$ sudo apt-get install git +``` +