diff --git a/README.md b/README.md index 9fff05b..8884908 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Take the advantage of goodie commands like `phpctl create` to start a new projec ### Just install ```shell -/bin/bash -c "$(curl -fsSL https://phpctl.dev/install.sh)" +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/opencodeco/phpctl/refs/heads/main/docs/install.sh)" ``` ### And that is it! Try it out: diff --git a/docs/index.md b/docs/index.md index aa0c9e8..38b21f8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,7 +18,7 @@ Take the advantage of goodies commands like `phpctl create` to start a new proje ### Installation ```shell -/bin/bash -c "$(curl -fsSL https://phpctl.dev/install.sh)" +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/opencodeco/phpctl/refs/heads/main/docs/install.sh)" ``` **That is it!** Now you have `phpctl` available in your system. @@ -26,7 +26,7 @@ Take the advantage of goodies commands like `phpctl create` to start a new proje #### Custom installation You can also pass an argument to install at a custom location (e.g. `~/bin`), but you have to make sure that folder is in your `$PATH` variable. ```shell -/bin/bash -c "$(curl -fsSL https://phpctl.dev/install.sh)" ~/bin +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/opencodeco/phpctl/refs/heads/main/docs/install.sh)" ~/bin ``` #### Homebrew diff --git a/tests/install/docker-entrypoint.sh b/tests/install/docker-entrypoint.sh index 87af11d..e62e540 100755 --- a/tests/install/docker-entrypoint.sh +++ b/tests/install/docker-entrypoint.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash neofetch -/bin/bash -c "$(curl -fsSL https://phpctl.dev/install.sh)" +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/opencodeco/phpctl/refs/heads/main/docs/install.sh)" echo "" notty phpctl doctor notty php --version