mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-16 02:05:04 +01:00
Merge pull request #1156 from duboiss/patch-1
fix(readme): replace npm install by yarn install
This commit is contained in:
commit
d373c64f9e
@ -17,6 +17,7 @@ See [Running on Railway](https://umami.is/docs/running-on-railway) to get starte
|
|||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
- A server with Node.js 12 or newer
|
- A server with Node.js 12 or newer
|
||||||
|
- Yarn package manager
|
||||||
- A database (MySQL or Postgresql)
|
- A database (MySQL or Postgresql)
|
||||||
|
|
||||||
### Get the source code and install packages
|
### 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
|
git clone https://github.com/mikecao/umami.git
|
||||||
cd umami
|
cd umami
|
||||||
npm install
|
yarn install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Create database tables
|
### Create database tables
|
||||||
|
Loading…
Reference in New Issue
Block a user