-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Linux Install 4: Update PATH install section #9087
Conversation
Revise and streamline 'Update Your Path' section. The changes ensure consistency with our table of contents, glossary, and overall document formatting. They also enhance clarity, especially for novice users, and ensure all necessary links/alerts are logically placed and maintained. The update also preserves all markdown syntax and special inclusions like '{% include docs/dart-tool.md %}'.
Added original links.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work! Just recommended some style issues and more concise commands.
``` | ||
{% include docs/dart-tool.md %} | ||
|
||
### Update the path directly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From here down, you can probably delete.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I'll get started on fixing up these changes and resubmit, :)
Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com>
Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com>
Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com>
Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com>
Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com>
Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com>
Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com>
Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com>
Updated the doc based on review feedback: -Write in active voice per GSG. -Use semantic breaks. -Write as shorter sentences per GSG. -Fixed list item numbers -Fixed PATH to `PATH` for consistency except in headings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GTG
This needs to wait until #9238 merges. It covers related material that reworks the underlying files involved in this PR. |
_Description of what this PR is changing or adding, and why:_ This PR updates "Update your path", of the Linux Installation Guide for Flutter. The update aims to make the instructions more explicit, ensuring they work across different shells and sessions. It also explains the necessity of updating the path and the impact on Flutter commands. _Issues fixed by this PR (if any):_ This PR addresses issues related to shell discrepancies and the persistence of Flutter commands across sessions. ## Presubmit checklist - [x] This PR doesn’t contain automatically generated corrections (Grammarly or similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. --------- Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com>
Description of what this PR is changing or adding, and why:
This PR updates "Update your path", of the Linux Installation Guide for Flutter. The update aims to make the instructions more explicit, ensuring they work across different shells and sessions. It also explains the necessity of updating the path and the impact on Flutter commands.
Fixes #7612
Fixes #8466
This PR addresses issues related to shell discrepancies and the persistence of Flutter commands across sessions.
Presubmit checklist