File tree 1 file changed +2
-9
lines changed
src/doc/rustc/src/platform-support
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 \
525
525
pkg/repo
526
526
```
527
527
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
-
536
528
## Running a Fuchsia component on an emulator
537
529
538
530
At this point, we are ready to run our Fuchsia
@@ -590,7 +582,8 @@ Now, start a package repository server to serve our
590
582
package to the emulator:
591
583
592
584
``` 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
594
587
```
595
588
596
589
Once 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