diff --git a/README.md b/README.md index 62ea692..8b50bb3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ If one want to speed up the crawling, he can scale the instance of crawling comp This may be done by issuing the following command after the crawler is started: ```sh -$ ./scripts/docker/scale.sh crawler=5 +$ ./scripts/docker/start.sh -d --scale crawler=5 ``` this will set the number of crawler instance to 5. diff --git a/scripts/docker/scale.sh b/scripts/docker/scale.sh deleted file mode 100755 index a32f5ca..0000000 --- a/scripts/docker/scale.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -./scripts/docker/exec.sh scale "$@"