Skip to content

Commit e69f7a3

Browse files
authored
Merge pull request #45 from cypherstack/ui-testing
update readme
2 parents ff00e74 + 1da49a0 commit e69f7a3

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ put features here
1111
## Build and run
1212
### Prerequisites
1313
- Flutter 3.0.5
14-
- Flutter SDK Requirement (>=2.12.0, up until <3.0.0)
14+
- Dart SDK Requirement (>=2.17.0, up until <3.0.0)
1515
- Android/iOS dev setup (Android Studio, xCode and subsequent dependencies)
1616

1717
After that download the project and init the submodules
@@ -23,29 +23,28 @@ git submodule update --init --recursive
2323

2424
Building plugins for Android
2525
```
26-
cd crypto_plugins/flutter_liblelantus/scripts/android/
27-
// note if you are on a mac go one directory further to android_on_mac
26+
cd scripts/android/
2827
./build_all.sh
2928
// when finished go back to the root directory
30-
cd ../../../..
29+
cd ../..
3130
```
3231

3332
Building plugins for IOS
3433

3534
```
36-
cd crypto_plugins/flutter_liblelantus/scripts/ios/
35+
cd scripts/ios/
3736
./build_all.sh
3837
// when finished go back to the root directory
39-
cd ../../../..
38+
cd ../..
4039
```
4140

4241
Building plugins for testing on Linux
4342

4443
```
45-
cd crypto_plugins/flutter_liblelantus/scripts/linux/
44+
cd scripts/linux/
4645
./build_all.sh
4746
// when finished go back to the root directory
48-
cd ../../../..
47+
cd ../..
4948
```
5049

5150
Finally, plug in your android device or use the emulator available via Android Studio and then run the following commands:

0 commit comments

Comments
 (0)