Skip to content

Commit c528f70

Browse files
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.
1 parent 9ba169a commit c528f70

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
@@ -562,6 +562,7 @@ Finally, run the component:
562562

563563
```sh
564564
${SDK_PATH}/tools/${ARCH}/ffx component run \
565+
/core/ffx-laboratory:hello_fuchsia \
565566
fuchsia-pkg://hello-fuchsia/hello_fuchsia_manifest#meta/hello_fuchsia.cm
566567
```
567568

@@ -571,6 +572,7 @@ passed.
571572
```sh
572573
${SDK_PATH}/tools/${ARCH}/ffx component run \
573574
--recreate \
575+
/core/ffx-laboratory:hello_fuchsia \
574576
fuchsia-pkg://hello-fuchsia/hello_fuchsia_manifest#meta/hello_fuchsia.cm
575577
```
576578

0 commit comments

Comments
 (0)