diff --git a/README.md b/README.md index d6b4ac8..24443ef 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Currently works primarly against Drupal You may get dependency conflicts when using composer, so a phar installation is often easiest. ``` -wget https://github.com/smmccabe/phpdebt/releases/download/1.0.0/phpdebt.phar +wget https://github.com/smmccabe/phpdebt/releases/download/1.0.1/phpdebt.phar chmod +x phpdebt.phar sudo mv phpdebt.phar /usr/local/bin/phpdebt ```