Skip to content

Commit 525e386

Browse files
authored
Rollup merge of #101347 - diminishedprime:patch-4, r=tmandry
ffx component run should provide a collection In the future,`ffx component run` will not default to the using the `/core/ffx-laboratory` collection. Updated the run commands to include this.
2 parents 5e34b79 + c528f70 commit 525e386

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/rustc/src/platform-support/fuchsia.md

+2
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ Finally, run the component:
570570

571571
```sh
572572
${SDK_PATH}/tools/${ARCH}/ffx component run \
573+
/core/ffx-laboratory:hello_fuchsia \
573574
fuchsia-pkg://hello-fuchsia/hello_fuchsia_manifest#meta/hello_fuchsia.cm
574575
```
575576

@@ -579,6 +580,7 @@ passed.
579580
```sh
580581
${SDK_PATH}/tools/${ARCH}/ffx component run \
581582
--recreate \
583+
/core/ffx-laboratory:hello_fuchsia \
582584
fuchsia-pkg://hello-fuchsia/hello_fuchsia_manifest#meta/hello_fuchsia.cm
583585
```
584586

0 commit comments

Comments
 (0)