diff --git a/README.md b/README.md index 4b8efa4..925e378 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ The script step will execute a script. { "type": "script", // use path for local scripts - "local_path": "global/install-docker.sh" // local path (here: resources/scripts/install-docker.sh) + "path": "global/install-docker.sh" // path in repo (here: resources/scripts/install-docker.sh) // or use url for remote scripts "url": "https://xyz.abc/scripts/install-docker.sh" // remote url // or use lxc_path for scripts inside the lxc