diff options
-rw-r--r-- | Readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Readme.md b/Readme.md index 5d36348f..281527ab 100644 --- a/Readme.md +++ b/Readme.md @@ -70,10 +70,10 @@ up some expressiveness, but doesn't seem to affect the other benefits. *Taking Mu for a spin* Mu is currently implemented in C++ and requires a unix-like environment. It's -been tested on ubuntu 14.04 on x86, x86\_64 and ARMv7 with recent versions of -gcc and clang. Since it uses no recent language features and has no exotic -dependencies, it should work with most reasonable versions, compilers or -processors. +been tested on Ubuntu and Mac OS X, on x86, x86\_64 and ARMv7 with recent +versions of gcc and clang. Since it uses no recent language features and has +no exotic dependencies, it should work with most reasonable versions, +compilers or processors. Running Mu will always recompile it if necessary: |