Install method on linux should use git clone #11498
Labels
e1-hours
Effort: < 8 hrs
from.page-issue
Reported in a reader-filed concern
p1-high
Major but not urgent concern: Resolve in months. Update each month.
Page URL
https://docs.flutter.dev/get-started/install/linux/android#download-then-install-flutter
Page source
https://github.com/flutter/website/tree/main/src/content/get-started/install/linux/android.md
Describe the problem
On the page listed above, there is a download link for a
.tar.xz
and every time (2 times to be precise) I install flutter from this file,flutter doctor
complains that the directory should be a git clone of flutter/flutter. After cloning said repo it immediately worked. It's not a fatal issue, but it does decrease user comfort.Sorry for that wall of text, let me know if you need more infos or if this is a duplicate (I couldn't find an issue for this) or really anything.
Thank you!
Expected fix
I think the first step shouldn't be downloading the
tar.xz
archive, but rather opening a terminal and runninggit clone [...]
.Additional context
I use Firefox 133.0.3 and am following the installation tutorial for flutter android app development.
I would like to fix this problem.
The text was updated successfully, but these errors were encountered: