From 1e7d4abe52d9b64b8a81fb7a0ab43f7afceeaea9 Mon Sep 17 00:00:00 2001 From: Vytor Calixto <vytorcalixto@gmail.com> Date: Fri, 15 Apr 2016 11:41:30 -0300 Subject: [PATCH] =?UTF-8?q?Adicionado=20arquivo=20para=20contribui=C3=A7?= =?UTF-8?q?=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 7 +++++++ README.md | 10 ++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..afb6c89 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +# CONTRIBUIÇÕES + +Adicione pacotes que não tenham sido lembrados aqui e outros pacotes opcionais. + +Para distribuições baseadas no debian, altere o arquivo debian-based/packages.txt seguindo o padrão "regra: pacote1 pacote2". + +Para distribuições baseadas do arch, altere o arquivo arch-based/Makefile criando uma novo regra e inserindo o comando de instalação com os pacotes. diff --git a/README.md b/README.md index 54e66b2..3a14a05 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,13 @@ Arch based `wget https://gitlab.c3sl.ufpr.br/pet/Install/raw/master/arch-based/Makefile; make` ### Exemplo + +**Debian based** + +`./install.sh --fresh-install` +`./install.sh editors ruby ssh` + +**Arch based** + `make fresh-install` `make editors` -## Contribuição -Adicione pacotes que não tenham sido lembrados aqui e outros pacotes opcionais. -- GitLab