summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2021-09-23 11:10:28 -0400
committerPeter LaFosse <peter@vector35.com>2021-09-23 11:10:28 -0400
commit6bda03a2086e86d93be3d787d567990bcfd37865 (patch)
treee01ee10b0b11b48a4e33f6339eb62d341f60b027 /docs
parent9fd275724d0869c60f3a07ed302f8c51df8e7fe5 (diff)
Add documentation for 'BN_USER_DIRECTORY'
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/plugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/plugins.md b/docs/guide/plugins.md
index d7e8c0ef..c3615629 100644
--- a/docs/guide/plugins.md
+++ b/docs/guide/plugins.md
@@ -107,7 +107,7 @@ Troubleshooting many Binary Ninja problems is enhanced by enabling debug logs an
And check `/tmp/bnlog.txt` when you're done.
-Additionally, running a python plugin with an environment variable of `BN_DISABLE_USER_PLUGINS` will prevent the API from initializing user-plugins which is helpful for identifying when a plugin is causing problems.
+Additionally, running a python plugin with an environment variable of `BN_DISABLE_USER_PLUGINS` will prevent the API from initializing user-plugins which is helpful for identifying when a plugin is causing problems. Furthermore, by setting `BN_USER_DIRECTORY` you can override your 'user' directory where all your settings and plugins are loaded.
## Writing Plugins