From f7749c6ba2b9f372d5c8cb84a2da297a92c249d2 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 21 Nov 2022 02:38:50 -0800 Subject: [PATCH] docs: add lint command to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fff9fdd0..d3f1754b 100644 --- a/README.md +++ b/README.md @@ -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.