aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0db38387f..a6d4cb2c4 100644
--- a/README.md
+++ b/README.md
@@ -219,6 +219,17 @@ xmake config -y --mode=debug
xmake build
```
+### Multi-user scenarios
+Complications can arise in situations where hardware is shared between two or
+more users. To mitigate this a local version of `brew` can be used as follows;
+```
+git clone https://github.com/Homebrew/brew.git ~/zen/brew
+export PATH=~/zen/brew/bin:$PATH
+brew tap
+brew install xmake
+brew install pkgconfig
+```
+
# Implementation Notes
* The implementation currently depends only on a few libraries including the C++ standard library