From 0fbc5e398303ddfede9a52bc654a5f002dc63018 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 27 May 2019 17:36:32 -0700 Subject: XDS Install SDK: Minor edits "flounder" Signed-off-by: Scott Rifenbark Change-Id: Ic99fc14ae13351ba5ebec2d15f75d4218726e107 --- docs/part-1/install-sdk.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'docs/part-1') diff --git a/docs/part-1/install-sdk.md b/docs/part-1/install-sdk.md index 18e41f1..50a8b10 100755 --- a/docs/part-1/install-sdk.md +++ b/docs/part-1/install-sdk.md @@ -21,7 +21,7 @@ section. **NOTES:** - In order to use the command line or the XDS Dashboard to download an SDK Installer, you must - have the XDS UI set up in your toolchain (i.e. 'xds-cli'). + have the XDS Client set up in your toolchain (i.e. 'xds-cli'). If you did not install 'xds-cli', see the "[Client Part](client-part.html)" section for instruction on how to install XDS UI. @@ -92,8 +92,16 @@ SDK ID d65fe750-d3a7-38f5-83d8-3d3806054f8d successfully installed. ### Abort an Installation that is in Progress -If for some reason you need to abort an ongoing installation, you can -use the `sdks abort` command: +To abort an ongoing installation (i.e. the `xds-cli sdks install d65fe750` +in this example), use +the `ctrl-C` key sequence. `Ctrl-C` only stops the XDS Client (`xds-cli`). +The download or installation process running in the background +is not stopped. + +In such cases, the `xds-cli sdks ls` command results in an +`Installing` appearing in the STATUS column for all running installations. + +If for some reason you need to abort, use the `sdks abort` command: ```bash xds-cli sdks abort -id d65fe750 @@ -151,7 +159,6 @@ using the XDS Dashboard: ![](../part-1/pictures/xds-dashboard-sdks-install.png){:: style="margin:auto; display:flex"} -## Aborting an SDK Installation - +**NOTE:**<\br> If for some reason you need to abort an ongoing SDK installation, you can do so by clicking the `CANCEL` button. -- cgit