docs: rollback prisma generate mention, it's generated automatically

This commit is contained in:
Vyacheslav Matyukhin 2022-04-28 00:12:00 +04:00
parent 165cf2d282
commit 6aef1bc437
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -14,7 +14,6 @@ This repository includes the source code for both the website and the library th
$ git clone https://github.com/QURIresearch/metaforecast
$ cd metaforecasts
$ npm install
$ npm run build # or at least `prisma generate`
```
### 2. Set up a database and environment variables
@ -39,7 +38,6 @@ See [./docs/configuration.md](./docs/configuration.md) for details.
$ git clone https://github.com/QURIresearch/metaforecast
$ cd metaforecasts
$ npm install
$ npm run build # or at least `prisma generate`
$ node src/backend/manual/manualDownload.js
```