From e45bd99be6ede6ad88bc57754cfb0ab60b3786d1 Mon Sep 17 00:00:00 2001 From: Zak Timson Date: Wed, 9 Mar 2022 20:00:54 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd47e8a..9711155 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,9 @@ run scripts/update.js # Start the node manager with 8 nodes run scripts/node-manager.js 8 -# Chain the crawler, auto-pwner & miner to hack everything on the network -run scripts/crawler.js /scripts/rootkit.js {{TARGET}} /scripts/miner.js +# Chain the crawler, rootkit & miner to hack everything on the network +alias hackAll="run scripts/crawler.js /scripts/rootkit.js {{TARGET}} /scripts/miner.js" +hackAll ``` Learn more about the [availible scripts](#scripts) bellow or pass the `--help` flag to any of the included scripts in-game.