Skip to content

Commit

Permalink
feat: Installer
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Dec 6, 2023
1 parent 0e4adf8 commit 334c093
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
### Install
Clone this repository and run `./phpctl install`:
```shell
https://github.com/opencodeco/phpctl.git ~/.phpctl
git clone https://github.com/opencodeco/phpctl.git ~/.phpctl
cd ~/.phpctl
./phpctl install
```
Expand Down
4 changes: 4 additions & 0 deletions installer.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
git clone https://github.com/opencodeco/phpctl.git ~/.phpctl
cd ~/.phpctl
./phpctl install

0 comments on commit 334c093

Please sign in to comment.