Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VampireAotD committed Jul 18, 2024
1 parent 25aa5c1 commit 0015543
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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.

---

Expand Down
5 changes: 0 additions & 5 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!'

0 comments on commit 0015543

Please sign in to comment.