From 27a99950444099d047a63d432c789994d13ea9e0 Mon Sep 17 00:00:00 2001
From: Vytor Calixto <vytorcalixto@gmail.com>
Date: Fri, 15 Apr 2016 11:32:10 -0300
Subject: [PATCH] Alterado README com exemplo correto de debian-based

---
 README.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 02e67ab..54e66b2 100644
--- a/README.md
+++ b/README.md
@@ -9,13 +9,16 @@ Após formatar uma máquina, baixe o makefile de acordo com gerenciador de pacot
 **Instale:**
 
 Debian based
-`wget https://gitlab.c3sl.ufpr.br/pet/Install/raw/master/debian-based/Makefile; make`
+```
+wget https://gitlab.c3sl.ufpr.br/pet/Install/raw/master/debian-based/install.sh
+./install.sh -f
+```
 
-Arch Based
+Arch based
 `wget https://gitlab.c3sl.ufpr.br/pet/Install/raw/master/arch-based/Makefile; make`
 
 ### Exemplo
 `make fresh-install`  
 `make editors`
 ## Contribuição
-Adicione pacotes que não tenham sido lembrados aqui e outros pacotes opcionais.
\ No newline at end of file
+Adicione pacotes que não tenham sido lembrados aqui e outros pacotes opcionais.
-- 
GitLab