From b1e6d6654ed0005c16c604c1bde8af41d1dc8cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20A=2E=20Rodr=C3=ADguez?= Date: Wed, 25 Oct 2017 10:47:08 -0300 Subject: [PATCH] readmme file with install instructions Adresses isuue #2 --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8ac31cc --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ + +Sedtris +=== + +Tetris in sed + + +Instalattion instructions +-- + + +Add the next line to your .bashrc file + + alias sedtris="sh /path/to/sedtris/sedtris.sh" + + Or copy sedtris.sh file to folder /usr/bin + + +