diff --git a/README.md b/README.md index 1b54a38..2dd388d 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Installation * Install [jq](https://github.com/stedolan/jq/wiki/Installation) * Install ecs-deploy: ``` -curl https://raw.githubusercontent.com/silinternational/ecs-deploy/develop/ecs-deploy | sudo tee -a /usr/bin/ecs-deploy +curl https://raw.githubusercontent.com/silinternational/ecs-deploy/master/ecs-deploy | sudo tee -a /usr/bin/ecs-deploy sudo chmod +x /usr/bin/ecs-deploy ```