File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Take the advantage of goodie commands like `phpctl create` to start a new projec
2424
2525### Just install
2626``` shell
27- /bin/bash -c " $( curl -fsSL https://phpctl.dev /install.sh) "
27+ /bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/opencodeco/phpctl/refs/heads/main/docs /install.sh) "
2828```
2929### And that is it!
3030Try it out:
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ Take the advantage of goodies commands like `phpctl create` to start a new proje
1818### Installation
1919
2020``` shell
21- /bin/bash -c " $( curl -fsSL https://phpctl.dev /install.sh) "
21+ /bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/opencodeco/phpctl/refs/heads/main/docs /install.sh) "
2222```
2323
2424** That is it!** Now you have ` phpctl ` available in your system.
2525
2626#### Custom installation
2727You 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.
2828``` shell
29- /bin/bash -c " $( curl -fsSL https://phpctl.dev /install.sh) " ~ /bin
29+ /bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/opencodeco/phpctl/refs/heads/main/docs /install.sh) " ~ /bin
3030```
3131
3232#### Homebrew
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22neofetch
3- /bin/bash -c " $( curl -fsSL https://phpctl.dev /install.sh) "
3+ /bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/opencodeco/phpctl/refs/heads/main/docs /install.sh) "
44echo " "
55notty phpctl doctor
66notty php --version
You can’t perform that action at this time.
0 commit comments