Skip to content

Commit

Permalink
Update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mglaman committed Mar 21, 2019
1 parent 768937e commit 1057dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# drupal-check [![Build Status](https://travis-ci.com/mglaman/drupal-check.svg?branch=master)](https://travis-ci.com/mglaman/drupal-check)
# drupal-check [![Build Status](https://travis-ci.com/mglaman/drupal-check.svg?branch=master)](https://travis-ci.com/mglaman/drupal-check) [![Latest release](https://img.shields.io/github/release/mglaman/drupal-check.svg)](https://github.com/mglaman/drupal-check/releases/latest)

## Requirements

Expand Down Expand Up @@ -40,7 +40,7 @@ Download the latest Phar from https://github.com/mglaman/drupal-check/releases/l
Or, something like:

```
curl -O -L https://github.com/mglaman/drupal-check/releases/download/1.0.3/drupal-check.phar
curl -O -L https://github.com/mglaman/drupal-check/releases/download/1.0.5/drupal-check.phar
chmod +x $(pwd)/drupal-check.phar
ln -s $(pwd)/drupal-check.phar /usr/local/bin/drupal-check
drupal-check /path/to/drupal/code_to_analyze
Expand Down

0 comments on commit 1057dd6

Please sign in to comment.