mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
Update bootstrap command in CONTRIBUTION.md
Removed the 'enable-experiment=records,patterns' option from the build_runner command.
This commit is contained in:
parent
c15571cd04
commit
f4e45bfb45
@ -138,7 +138,7 @@ Do the following:
|
|||||||
- Create a `.env` in root of the project following the `.env.example` template
|
- Create a `.env` in root of the project following the `.env.example` template
|
||||||
- Now run the following to bootstrap the project
|
- Now run the following to bootstrap the project
|
||||||
```bash
|
```bash
|
||||||
fvm flutter pub get && fvm dart run build_runner build --delete-conflicting-outputs --enable-experiment=records,patterns
|
fvm flutter pub get && fvm dart run build_runner build --delete-conflicting-outputs
|
||||||
```
|
```
|
||||||
- Finally run these following commands in the root of the project to start the Spotube Locally
|
- Finally run these following commands in the root of the project to start the Spotube Locally
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user