From 44d71ce1cde73435f298bccbe174cccb0cd124d2 Mon Sep 17 00:00:00 2001 From: Igor Kazmyr Date: Fri, 8 Oct 2021 15:04:21 +0200 Subject: [PATCH 1/3] editing the pre-reqs and install sections Signed-off-by: Igor Kazmyr --- docs/Early Access - Using Global Profile Configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Early Access - Using Global Profile Configuration.md b/docs/Early Access - Using Global Profile Configuration.md index 242db09791..218bd18f2d 100644 --- a/docs/Early Access - Using Global Profile Configuration.md +++ b/docs/Early Access - Using Global Profile Configuration.md @@ -19,11 +19,11 @@ Meet the following software requirements before you use the team configuration f | v2.0.0-next.202107151328 | 7.0.0-next.202106012053 | | v2.0.0-next.tbd | 7.0.0-next.202108202027 | -2. [Initialize](https://github.com/zowe/zowe-cli/blob/next/docs/Early%20Access%20-%20Using%20Global%20Profile%20Configuration.md#initializing-global-configuration) the Global Configuration file. +2. Initialize the Global Configuration file by using either [the Zowe CLI](https://github.com/zowe/zowe-cli/blob/next/docs/Early%20Access%20-%20Using%20Global%20Profile%20Configuration.md#initializing-global-configuration) or Zowe Explorer. Your Zowe home directory should contain the `zowe.config.json` and `zowe.schema.json` files. -3. [Customize](https://github.com/zowe/zowe-cli/blob/next/docs/Early%20Access%20-%20Using%20Global%20Profile%20Configuration.md#editing-configuration) the Global Configuration file. +3. Customize the Global Configuration file by using either [the Zowe CLI](https://github.com/zowe/zowe-cli/blob/next/docs/Early%20Access%20-%20Using%20Global%20Profile%20Configuration.md#editing-configuration) or Zowe Explorer. ## Install the vNext Release version @@ -31,7 +31,7 @@ Install vNext. **Follow these steps**: -1. Download the latest [vNext release version](https://github.com/zowe/vscode-extension-for-zowe/releases) from the Zowe Explorer Github release page. +1. Download the [vNext-enabled Zowe Explorer version](https://github.com/zowe/vscode-extension-for-zowe/releases) from the Zowe Explorer Github release page. 2. Open VS Code. 3. Navigate to **File** > **Preferences** > **Extensions** > **Install from vsix\*\***. 4. Select the .vsix file to install. From 185fb2a41e2ffc6a85883629d901b0e911df1502 Mon Sep 17 00:00:00 2001 From: Igor Kazmyr Date: Fri, 8 Oct 2021 16:59:22 +0200 Subject: [PATCH 2/3] address the comments Signed-off-by: Igor Kazmyr --- docs/Early Access - Using Global Profile Configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Early Access - Using Global Profile Configuration.md b/docs/Early Access - Using Global Profile Configuration.md index 218bd18f2d..62fcf00db1 100644 --- a/docs/Early Access - Using Global Profile Configuration.md +++ b/docs/Early Access - Using Global Profile Configuration.md @@ -19,11 +19,11 @@ Meet the following software requirements before you use the team configuration f | v2.0.0-next.202107151328 | 7.0.0-next.202106012053 | | v2.0.0-next.tbd | 7.0.0-next.202108202027 | -2. Initialize the Global Configuration file by using either [the Zowe CLI](https://github.com/zowe/zowe-cli/blob/next/docs/Early%20Access%20-%20Using%20Global%20Profile%20Configuration.md#initializing-global-configuration) or Zowe Explorer. +2. Initialize the Global Configuration file by using either [the Zowe CLI](https://github.com/zowe/zowe-cli/blob/next/docs/Early%20Access%20-%20Using%20Global%20Profile%20Configuration.md#initializing-global-configuration) or [Zowe Explorer](#manage-a-profile). Your Zowe home directory should contain the `zowe.config.json` and `zowe.schema.json` files. -3. Customize the Global Configuration file by using either [the Zowe CLI](https://github.com/zowe/zowe-cli/blob/next/docs/Early%20Access%20-%20Using%20Global%20Profile%20Configuration.md#editing-configuration) or Zowe Explorer. +3. Customize the Global Configuration file by using either [the Zowe CLI](https://github.com/zowe/zowe-cli/blob/next/docs/Early%20Access%20-%20Using%20Global%20Profile%20Configuration.md#editing-configuration) or [Zowe Explorer](#manage-a-profile). ## Install the vNext Release version From 1969c46d1749cefcfd6cdd204a2255f8c394f59a Mon Sep 17 00:00:00 2001 From: Igor Kazmyr Date: Mon, 11 Oct 2021 11:50:19 +0200 Subject: [PATCH 3/3] addressing the comment Signed-off-by: Igor Kazmyr --- docs/Early Access - Using Global Profile Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Early Access - Using Global Profile Configuration.md b/docs/Early Access - Using Global Profile Configuration.md index 62fcf00db1..020a60803f 100644 --- a/docs/Early Access - Using Global Profile Configuration.md +++ b/docs/Early Access - Using Global Profile Configuration.md @@ -19,7 +19,7 @@ Meet the following software requirements before you use the team configuration f | v2.0.0-next.202107151328 | 7.0.0-next.202106012053 | | v2.0.0-next.tbd | 7.0.0-next.202108202027 | -2. Initialize the Global Configuration file by using either [the Zowe CLI](https://github.com/zowe/zowe-cli/blob/next/docs/Early%20Access%20-%20Using%20Global%20Profile%20Configuration.md#initializing-global-configuration) or [Zowe Explorer](#manage-a-profile). +2. Initialize the Global Configuration file by using either [the Zowe CLI](https://github.com/zowe/zowe-cli/blob/next/docs/Early%20Access%20-%20Using%20Global%20Profile%20Configuration.md#initializing-global-configuration) or [Zowe Explorer](#create-a-team-configuration-file). Your Zowe home directory should contain the `zowe.config.json` and `zowe.schema.json` files.