diff --git a/README.md b/README.md index ff4e371b..3fd5d1cf 100644 --- a/README.md +++ b/README.md @@ -88,9 +88,9 @@ Adding more processing nodes will allow you to run multiple jobs in parallel. You can also setup a [ClusterODM](https://github.com/OpenDroneMap/ClusterODM) node to run a single task across multiple machines with [distributed split-merge](https://docs.opendronemap.org/large.html#distributed-split-merge) and process dozen of thousands of images more quickly, with less memory. -If you don't need the default "node-odm-1" node, simply pass the `--no-default-node` flag when starting WebODM: +If you don't need the default "node-odm-1" node, simply pass `--default-nodes 0` flag when starting WebODM: -`./webodm.sh restart --no-default-node`. +`./webodm.sh restart --default-nodes 0`. Then from the web interface simply manually remove the "node-odm-1" node.