diff --git a/README.md b/README.md index 9dd3201..6aea85e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ Install dependencies with composer: composer install ``` - ## Using Heroku Deploy: @@ -56,6 +55,22 @@ More info: https://devcenter.heroku.com/articles/getting-started-with-php +## Application Commands + +Update all packages from git repositories: + +``` +heroku run php /app/yii package/update +``` + +Import mods from MTPM: + +``` +heroku run php /app/yii package/import-mtpm +``` + + + ## Resources * [Homepage](https://minetest-bower.herokuapp.com/)