diff --git a/md_doc_basics.html b/md_doc_basics.html
index 4e88943f4..154c45fdc 100644
--- a/md_doc_basics.html
+++ b/md_doc_basics.html
@@ -155,7 +155,7 @@ Including simdjson
c++ myproject.cpp simdjson.cpp
Note:
- Users on macOS and other platforms where default compilers do not provide C++11 compliant by default should request it with the appropriate flag (e.g.,
c++ -std=c++11 myproject.cpp simdjson.cpp).
-- The library relies on runtime CPU detection: avoid specifying an architecture at compile time (e.g.,
-march-native).
+- The library relies on runtime CPU detection: avoid specifying an architecture at compile time (e.g.,
-march-native) if you want your binaries to run everywhere.
Using simdjson with package managers