fix(readme): replace npm install by yarn install

This commit is contained in:
Steven DUBOIS 2022-05-18 22:04:21 +02:00 committed by GitHub
parent f55ba7bd80
commit ff1a011441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ See [Running on Railway](https://umami.is/docs/running-on-railway) to get starte
### Requirements
- A server with Node.js 12 or newer
- Yarn package manager
- A database (MySQL or Postgresql)
### Get the source code and install packages
@ -24,7 +25,7 @@ See [Running on Railway](https://umami.is/docs/running-on-railway) to get starte
```
git clone https://github.com/mikecao/umami.git
cd umami
npm install
yarn install
```
### Create database tables