From fbd51fcf6f8b9a9eaa4a030e9d64739a88a60cf6 Mon Sep 17 00:00:00 2001 From: Josh Babb Date: Wed, 19 Jul 2023 14:11:12 -0500 Subject: [PATCH] update linux section of docs remove emulator references --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index b56a87899..e7128df2e 100644 --- a/docs/building.md +++ b/docs/building.md @@ -123,7 +123,7 @@ flutter run android Note on Emulators: Only x86_64 emulators are supported, x86 emulators will not work #### Linux -Plug in your android device or use the emulator available via Android Studio and then run the following commands: +Run the following commands or launch via Android Studio: ``` flutter pub get flutter run linux