소스 검색

Create README.md

Federico Culloca 7 년 전
부모
커밋
52423fa38a
1개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  1. 17 0
      README.md

+ 17 - 0
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
+