Skip to content

Commit 869ffb2

Browse files
Merge pull request #2 from ManiKesavaraj/FLUT-912277-Update-the-readme-file
FLUT - 912277 [Others] Updated the readme file
2 parents f825556 + c53d51f commit 869ffb2

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,26 @@ $ flutter pub get
7575

7676
**Step 4**
7777

78-
Run your application either using `F5` or `Run > Start Debugging`.
78+
Run your application using the following commands:
79+
80+
**Windows & Linux**
81+
82+
Run code: Ctrl + F5
83+
Run with debugging: F5 or Run > Start Debugging.
84+
Stop debugging: Shift + F5
85+
Restart debugging: Ctrl + Shift + F5
86+
87+
**MacOS**
88+
89+
Run code: Cmd + F5
90+
Run with debugging: F5 or Run > Start Debugging.
91+
Stop debugging: Shift + Cmd + F5
92+
Restart debugging: Cmd + Shift + F5
93+
94+
**Web (VS Code in the Browser)**
95+
96+
Run code: Ctrl + F5
97+
Run with debugging: F5 or Run > Start Debugging.
7998

8099
## Get the demo application
81100

0 commit comments

Comments
 (0)