]> git.klezlab.it Git - klez/parrotsay-lite.git/commitdiff
Create README.md
authorFederico Culloca <federicoculloca@users.noreply.github.com>
Mon, 3 Sep 2018 08:25:34 +0000 (10:25 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Sep 2018 08:25:34 +0000 (10:25 +0200)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..7596c13
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# parrotsay-lite
+Like parrotsay, but in C
+
+Feed it text either via the command line or via the standard input and see a nice party parrot repeating it to you :)
+
+This is basically a naive re-implementation of cowsay, in C, with a colorful parrot instead of the cow.
+
+Inspired by [parrotsay](https://github.com/matheuss/parrotsay).
+
+## Building.
+
+This has been tested only with gcc 6.3.0 in Debian Stretch.
+
+To build just do
+
+    gcc parrotsay.c -o parrotsay
+