Merge branch 'master' into dev

This commit is contained in:
Mike Cao 2024-05-02 23:49:57 -07:00
commit 63fe57321c

View File

@ -11,7 +11,7 @@ A detailed getting started guide can be found at [https://umami.is/docs/](https:
### Requirements ### Requirements
- A server with Node.js version 16.13 or newer - A server with Node.js version 16.13 or newer
- A database. Umami supports [MySQL](https://www.mysql.com/) and [Postgresql](https://www.postgresql.org/) databases. - A database. Umami supports [MySQL](https://www.mysql.com/) (minimum v8.0) and [Postgresql](https://www.postgresql.org/) (minimum v12.14) databases.
### Install Yarn ### Install Yarn