diff options
| author | andrewpollack <andrewpkq@gmail.com> | 2022-08-30 16:06:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-30 16:06:36 -0700 |
| commit | c52d99f6e2174c5af74098884bcfeaf04e64b8a8 (patch) | |
| tree | 5889addca744746069c56d9831884499fa17ef7f | |
| parent | 18340bd52be4176648ef703fae0e87b5cac765d2 (diff) | |
| download | rust-c52d99f6e2174c5af74098884bcfeaf04e64b8a8.tar.gz rust-c52d99f6e2174c5af74098884bcfeaf04e64b8a8.zip | |
Update src/doc/rustc/src/platform-support/fuchsia.md
Co-authored-by: Tyler Mandry <tmandry@gmail.com>
| -rw-r--r-- | src/doc/rustc/src/platform-support/fuchsia.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/fuchsia.md b/src/doc/rustc/src/platform-support/fuchsia.md index 2b0d7e4d175..c2a1613f288 100644 --- a/src/doc/rustc/src/platform-support/fuchsia.md +++ b/src/doc/rustc/src/platform-support/fuchsia.md @@ -541,7 +541,7 @@ package to the emulator: ${SDK_PATH}/tools/${ARCH}/ffx repository server start ``` -Once the repository server is up and running, register our repository: +Once the repository server is up and running, register it with the target Fuchsia system running in the emulator: ```sh ${SDK_PATH}/tools/${ARCH}/ffx target repository register \ |
