docs: add lint command to readme

pull/231/head
Varun Patil 2022-11-21 02:38:50 -08:00
parent 0315668e28
commit f7749c6ba2
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Memories is a _batteries-included_ photo management solution for Nextcloud with
1. ☁ Clone this into your `apps` folder of your Nextcloud.
1. 👩‍💻 In a terminal, run the command `make dev-setup` to install the dependencies.
1. 🏗 To build the Typescript, run `make build-js`. Watch changes with: `make watch-js`.
1. 🏗 To build the Typescript, run `make build-js`. Watch changes with: `make watch-js`. Lint-fix PHP with `make php-lint`.
1. ✅ Enable the app through the app management of your Nextcloud.
1. ⚒️ (Strongly recommended) use VS Code and install Vetur and Prettier.