
- added language for all code blocks - replaced `bash` or `shell` with `sh` for consistency. - added `sh` and `console` in the GitHub template link generator. - updated test for GitHub template.
9 lines
139 B
Markdown
9 lines
139 B
Markdown
## To run the Hello World demo:
|
|
```sh
|
|
flutter run
|
|
```
|
|
## To run the Hello World demo showing Arabic:
|
|
```sh
|
|
flutter run lib/arabic.dart
|
|
```
|