diff --git a/README.md b/README.md index 6e4260a..2fa0219 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,14 @@ Resulting visualization: Supported Platforms =================== Cpuusage is primarily developed and tested on Linux, but basic functionality -should work in macOS as well. +should work in macOS as well. Current version has been tested on: +- macOS Big Sur 11.0 +- Ubuntu 20.04 LTS + +Limitation: On macOS this tool relies on code injection using +DYLD_INSERT_LIBRARIES, which generally does not work with third-party +applications in a standard system. Using it on (your own) applications built +from source should work fine though. Installation ============