diff --git a/README.md b/README.md
index 02e67abcf0865aaab54206a78e4fc4d82c2f70c1..54e66b2b8becbf8134384cd83d07b5c155d35a24 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.