summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2024-08-16 18:23:49 -0400
committerBrian Potchik <brian@vector35.com>2024-08-16 18:23:49 -0400
commit0c93bebaec56154f15d4b4d520860a92523df357 (patch)
tree8a19bd01a38c6bff6fafbe0bcc86a99f1aea58f6 /docs/dev
parentde9584d8710144e352dbf09c5c2d1d46751d2f20 (diff)
Enable workflows by default.
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/workflows.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/dev/workflows.md b/docs/dev/workflows.md
index 561f79eb..963371b9 100644
--- a/docs/dev/workflows.md
+++ b/docs/dev/workflows.md
@@ -41,13 +41,7 @@ Binary Ninja Workflows is an analysis orchestration framework which simplifies t
# Getting Started
---
-## Enable
-By default, Binary Ninja Workflows is disabled. Enable the feature via *Settings* in the UI, or with the following:
-
-```
-Settings().set_bool('workflows.enable', True)
-```
## Explore