Browse Source

update tested platforms in README

Federico Culloca 7 years ago
parent
commit
d6d5d70000
1 changed files with 9 additions and 2 deletions
  1. 9 2
      README.md

+ 9 - 2
README.md

@@ -9,9 +9,16 @@ Inspired by [parrotsay](https://github.com/matheuss/parrotsay).
 
 
 ## Building.
 ## Building.
 
 
-This has been tested only with gcc 6.3.0 and TinyCC 0.9.27 in Debian Stretch.
+This has been tested only with:
+
+* gcc 6.3.0 in Debian Stretch
+* TinyCC 0.9.27 in Debian Stretch
+* clang 6.0.0 on FreeBSD 11.2-RELEASE (with warnings)
 
 
 To build just do
 To build just do
 
 
     gcc parrotsay.c -o parrotsay
     gcc parrotsay.c -o parrotsay
-    
+
+Or
+
+    clang parrotsay.c -o parrotsay