2 Commits acdf28849f ... f0b24e9f35

Author SHA1 Message Date
  Iuri Guilherme f0b24e9f35 README em português brasileiro 3 years ago
  Iuri Guilherme 548b9d41d5 README in english 3 years ago
2 changed files with 36 additions and 2 deletions
  1. 19 0
      README.PT.md
  2. 17 2
      README.md

+ 19 - 0
README.PT.md

@@ -0,0 +1,19 @@
+~/bin
+=======
+
+## i18n
+
+* [English](./README.md)
+
+## Descrição
+
+Scripts bash / perl / python scripts que eu uso, posso ter usado, deveria usar, devo usar ou teria usado.
+
+Uso:
+
+```bash
+pushd ${HOME}
+git clone https://github.com/iuriguilherme/bin
+source ~/.profile
+```
+

+ 17 - 2
README.md

@@ -1,4 +1,19 @@
-scripts
+~/bin
 =======
 
-Scripts pra ajudar a fazer coisas em servidores sem puppet/docker/etc.
+## i18n
+
+* [Português Brasileiro](README.PT.md)
+
+## Description
+
+Mostly bash / perl / python scripts which I use, may have used, should use, shall use or would have used.
+
+Usage:
+
+```bash
+pushd ${HOME}
+git clone https://github.com/iuriguilherme/bin
+source ~/.profile
+```
+