diff --git a/README.md b/README.md index 1df27402..89aeebfe 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,9 @@ To do that you can use different commands, for example, to run static analysis u ```sh make psalm +``` + +```sh make phpstan ``` @@ -111,8 +114,7 @@ make pint ``` To make life easier and automatically run all this commands for you before commit, **Git hooks** are used. To run them, -**Anilibrary** -uses [Lefthook](https://github.com/evilmartians/lefthook), so you must install it aswell. +**Anilibrary** uses [Lefthook](https://github.com/evilmartians/lefthook), so you must install it as well. --- diff --git a/scripts/install.sh b/scripts/install.sh index c7527b60..bbbb8e51 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -59,9 +59,4 @@ $compose exec app ./artisan migrate --seed log 'Resolving owner' $compose exec app ./artisan setup:create-owner -log 'Parsing anime list' -if ! $compose exec app ./artisan anime-list:parse >/dev/null 2>&1; then - echo '>> No anime list were found, skipping...' -fi - echo '⠿ Anilibrary has been successfully installed!'