diff --git a/deployment/README.md b/deployment/README.md index c13b00d09..c2ca84d10 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -4,12 +4,12 @@ Note: For installing each of these prerequisites, a good starting point is the o Before starting, confirm that the [system requirements](https://github.com/oceanprotocol/ocean-node?tab=readme-ov-file#system-requirements) are met. -a) download the script `create_ocean_node_docker_compose_config.sh` from the current directory +a) download the script `ocean-node-quickstart.sh` from the current directory b) run the script ```shell -bash create_ocean_node_docker_compose_config.sh +bash ocean-node-quickstart.sh ``` c) provide the necessary information interactively (example) diff --git a/deployment/create_ocean_node_docker_compose_config.sh b/deployment/ocean-node-quickstart.sh similarity index 100% rename from deployment/create_ocean_node_docker_compose_config.sh rename to deployment/ocean-node-quickstart.sh