Skip to content

Commit

Permalink
Updating usage to be specific to how all the documentation & examples
Browse files Browse the repository at this point in the history
reference the script.
  • Loading branch information
virgofx committed Mar 1, 2016
1 parent 2b525d8 commit b5f7087
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ Examples:

```bash
# Install latest version from default branch
./bin/install-phalcon.sh
vendor/bin/install-phalcon.sh

# Install latest revision from branch "2.1.x"
./bin/install-phalcon.sh 2.1.x
vendor/bin/install-phalcon.sh 2.1.x

# Install specific release tag "phalcon-v2.0.9"
./bin/install-phalcon.sh phalcon-v2.0.9
vendor/bin/install-phalcon.sh phalcon-v2.0.9
```

## CircleCI
Expand Down

0 comments on commit b5f7087

Please sign in to comment.