Fix numbering in List

pull/837/head
Christoph Wildhagen 2023-09-29 20:20:58 +02:00 committed by GitHub
parent 03212a9385
commit cffbe4bea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
## 🏗 Development Setup ## 🏗 Development Setup
1. ☁ Clone this into your `custom_apps` folder of your Nextcloud. 1. ☁ Clone this into your `custom_apps` folder of your Nextcloud.
2. 📥 Install [Composer](https://getcomposer.org/) and [Node.js 18](https://nodejs.org) 1. 📥 Install [Composer](https://getcomposer.org/) and [Node.js 18](https://nodejs.org)
1. 👩‍💻 In a terminal, run the command `make dev-setup` to install the dependencies. 1. 👩‍💻 In a terminal, run the command `make dev-setup` to install the dependencies.
1. 🏗 To build/watch the UI, run `make watch-js`. Lint-fix PHP with `make php-lint`. 1. 🏗 To build/watch the UI, run `make watch-js`. Lint-fix PHP with `make php-lint`.
1. ✅ Enable the app through the app management of your Nextcloud. 1. ✅ Enable the app through the app management of your Nextcloud.