File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
src/doc/rustc/src/platform-support Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -525,14 +525,6 @@ ${SDK_PATH}/tools/${ARCH}/ffx repository publish \
525525 pkg/repo
526526```
527527
528- Then we can add the repository to ` ffx ` 's package server as ` hello-fuchsia ` using:
529-
530- ``` sh
531- ${SDK_PATH} /tools/${ARCH} /ffx repository add-from-pm \
532- --repository hello-fuchsia \
533- pkg/repo
534- ```
535-
536528## Running a Fuchsia component on an emulator
537529
538530At this point, we are ready to run our Fuchsia
@@ -590,7 +582,8 @@ Now, start a package repository server to serve our
590582package to the emulator:
591583
592584``` sh
593- ${SDK_PATH} /tools/${ARCH} /ffx repository server start
585+ ${SDK_PATH} /tools/${ARCH} /ffx repository server start \
586+ --background --repository hello-fuchsia --repo-path pkg-repo
594587```
595588
596589Once the repository server is up and running, register it with the target Fuchsia system running in the emulator:
You can’t perform that action at this time.
0 commit comments