aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/zmq.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/zmq.md b/doc/zmq.md
index fe599eb00c..0a74d6eef9 100644
--- a/doc/zmq.md
+++ b/doc/zmq.md
@@ -46,11 +46,10 @@ operation.
## Enabling
-By default, the ZeroMQ feature is automatically compiled in if the
-necessary prerequisites are found. To disable, use -DWITH_ZMQ=OFF
-during the *configure* step of building bitcoind:
+By default, the ZeroMQ feature is not automatically compiled.
+To enable, use `-DWITH_ZMQ=ON` when configuring the build system:
- $ cmake -B build -DWITH_ZMQ=OFF (other options)
+ $ cmake -B build -DWITH_ZMQ=ON
To actually enable operation, one must set the appropriate options on
the command line or in the configuration file.