diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-03-10 17:34:54 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-03-10 17:34:54 -0800 |
commit | 9cd7658210aedc83c21637c716737e59f8c64f24 (patch) | |
tree | 4939c0ea8e48c07030b200c0dc772d9f6c6371a2 | |
parent | b893d565dd7ad9c5fc24a2c30ee6ba20c3ba0c67 (diff) | |
download | mu-9cd7658210aedc83c21637c716737e59f8c64f24.tar.gz |
2758
-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: |