diff options
author | 2024-07-30 13:59:00 +0100 | |
---|---|---|
committer | 2024-08-24 10:21:22 +0100 | |
commit | 7f1562fd45e90308298c8b5b639a6973438ea50f (patch) | |
tree | af08759e7c737f8c8f2aa923d535a4322448b747 | |
parent | fix(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.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |