Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaGlass808 authored Jun 10, 2020
1 parent 7502175 commit e688f17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ try and make my own cli helper, but with no dependencies outside of php / testin

## Install:
```bash
composer create-project scf/simple-command-framework
# composer create-project scf/simple-command-framework <app>
composer create-project scf/simple-command-framework simple-command-framework
# or
git clone https://github.com/joshuaGlass808/simple-command-framework.git

# cd into project and run:
cd simple-command-framework/
composer install
```

Expand Down

0 comments on commit e688f17

Please sign in to comment.