aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-07-30 13:59:00 +0100
committerGravatar Chris Lovering <[email protected]>2024-08-24 10:21:22 +0100
commit7f1562fd45e90308298c8b5b639a6973438ea50f (patch)
treeaf08759e7c737f8c8f2aa923d535a4322448b747
parentfix(deps): update dependency sentry-sdk to v2.13.0 (#260) (diff)
Make it clear native modules don't need to be installed if running on docker
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index e2a2540..ed5b40d 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,10 @@ such as OpenLDAP.
> to true, to avoid developers having to attempt to set
> up local emulations of the LDAP directory.
-You can ensure you have the prerequisites [here](https://bonsai.readthedocs.io/en/latest/).
+### Running on host
+This section is not applicable if running in Docker.
+
+Ensure you have the prerequisites for your host OS listed [here](https://bonsai.readthedocs.io/en/latest/install.html).
Once you have met these requirements, use the following to install all project
dependencies as well as the LDAP dependencies.