You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Externalize and update onboarding instructions (#154730)
Part 1/n #154724
## Pre-launch Checklist
- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [ ] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.
---------
Co-authored-by: Tirth <[email protected]>
Co-authored-by: Navaron Bracke <[email protected]>
@@ -23,6 +23,8 @@ unlock your ssh key for the session; if you do not, each time the conductor
23
23
attempts to interact with a remote, the user will be prompted to enter their ssh
24
24
key password.
25
25
26
+
** Confirm that your personal github clone of flutter/flutter is named flutter and flutter/engine is named engine. If not you will need to use flags to override the defaults.
27
+
26
28
## Usage
27
29
28
30
The main entrypoint for the conductor is [bin/conductor](bin/conductor). For
0 commit comments