Update README.md (#809)

This commit is contained in:
Kushal Agrawal
2023-10-25 17:24:11 +05:30
committed by GitHub
parent ce0bb11257
commit 59375ba036
+6 -6
View File
@@ -77,13 +77,13 @@ For more information on the LocalSend Protocol, see the [documentation](https://
To compile LocalSend from source code, follow these steps:
1. Install [Flutter](https://flutter.dev)
2. Clone the LocalSend repository
3. Run `cd app` to enter the app directory
4. Run `flutter pub get` to download dependencies
5. Run `flutter run` to start the app
1. Install [Flutter](https://flutter.dev).
2. Clone the LocalSend repository.
3. Run `cd app` to enter the app directory.
4. Run `flutter pub get` to download dependencies.
5. Run `flutter run` to start the app.
It may be the case that it doesn't work because of a mismatch between the required Flutter version and the installed Flutter version.
It's possible that the issue is caused by a mismatch between the required Flutter version and the installed Flutter version.
LocalSend uses [fvm](https://fvm.app) to manage the project Flutter version (specified in [.fvm/fvm_config.json](.fvm/fvm_config.json)). After you installed it, run `fvm flutter` instead of `flutter`.