Update documentation

This commit is contained in:
Nicolas Lœuillet
2016-10-10 10:20:32 +02:00
parent 84e3c36e02
commit 7c1225347d
9 changed files with 30 additions and 28 deletions

View File

@ -24,6 +24,7 @@ build: ## Run grunt
@grunt
test: ## Launch wallabag testsuite
@if [ ! -d "vendor/phpunit" ]; then composer install; fi
@ant prepare && vendor/phpunit/phpunit/phpunit -v
release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`).