diff --git a/README.md b/README.md index 9f97bf6..d5e2b9f 100644 --- a/README.md +++ b/README.md @@ -216,12 +216,14 @@ Locally installing the Storm distribution is **not required**. Note that RedStor you can also use an alternate path and use the `--config ` -2. generate `target/cluster-topology.jar`. This jar file will include your sources directory plus the required dependencies +2. generate `target/cluster-topology.jar`. This jar file will include your sources directory plus the required dependencies. ``` sh $ redstorm jar ... ``` + Note that "sources directory" means the directory that contains _your_ topology code, not the redstorm sources. For example, if you're building a topolgy from one of the examples included with this gem, the correct command would be `redstorm jar examples`. + 3. submit the cluster topology jar file to the cluster ``` sh