From 6097fcf93ed49a2bb6941dd3b21292584c17b239 Mon Sep 17 00:00:00 2001 From: Vytor Calixto <vytorcalixto@gmail.com> Date: Tue, 12 Apr 2016 11:07:26 -0300 Subject: [PATCH] =?UTF-8?q?Comando=20no=20readme=20para=20agilizar=20insta?= =?UTF-8?q?la=C3=A7=C3=B5es.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index efecb3e..02e67ab 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ Comando simples com os pacotes essenciais de uma máquina do PET Computação. ## Uso Após formatar uma máquina, baixe o makefile de acordo com gerenciador de pacotes da sua distribuição linux. Instale o [make](https://www.gnu.org/software/make/) e execute as regras que contenham os pacotes de sua preferência. +**Instale:** + +Debian based +`wget https://gitlab.c3sl.ufpr.br/pet/Install/raw/master/debian-based/Makefile; make` + +Arch Based +`wget https://gitlab.c3sl.ufpr.br/pet/Install/raw/master/arch-based/Makefile; make` + ### Exemplo `make fresh-install` `make editors` -- GitLab