diff --git a/Dockerfile b/Dockerfile index c5ba65f..9c53152 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \ COPY --chmod=0755 ./src/* /usr/local/bin/ -RUN /usr/local/bin/install_dropshell_build_requirements +RUN /usr/local/bin/dropshell-build-install-requirements WORKDIR /app diff --git a/README.md b/README.md index c19f84a..da5bb38 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ dropshell-tool install dropshell-build If you wish to use local toolchain (rather than docker): ``` -curl https://getbin.xyz/install_dropshell_build_requirements | bash +curl https://getbin.xyz/dropshell-build-install-requirements | bash ``` ## Use diff --git a/src/install_dropshell_build_requirements b/src/dropshell-build-install-requirements similarity index 100% rename from src/install_dropshell_build_requirements rename to src/dropshell-build-install-requirements