Skip to content

Commit c15571c

Browse files
committed
doc: compilation with fvm
1 parent 8c1337d commit c15571c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTION.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/KRTirt
119119

120120
Do the following:
121121

122-
- Download the latest Flutter SDK (>=3.16.0) & enable desktop support
122+
- Install [Dart](https://dart.dev/get-dart) and [fvm](https://fvm.app/documentation/getting-started/installation)
123123
- Install Development dependencies in linux
124124
- Debian (>=12/Bookworm)/Ubuntu
125125
```bash
@@ -138,11 +138,11 @@ Do the following:
138138
- Create a `.env` in root of the project following the `.env.example` template
139139
- Now run the following to bootstrap the project
140140
```bash
141-
flutter pub get && dart run build_runner build --delete-conflicting-outputs --enable-experiment=records,patterns
141+
fvm flutter pub get && fvm dart run build_runner build --delete-conflicting-outputs --enable-experiment=records,patterns
142142
```
143143
- Finally run these following commands in the root of the project to start the Spotube Locally
144144
```bash
145-
flutter run -d <window|macos|linux|(<android-device-id>)>
145+
fvm flutter run -d <window|macos|linux|(<android-device-id>)>
146146
```
147147

148148
Do debugging/testing/build etc then submit to us with PR against the development branch (dev) & we'll review your code

0 commit comments

Comments
 (0)