From 4776760e447af9c1527520b7e1fce1ee88e6f17e Mon Sep 17 00:00:00 2001 From: Brian Pendergrass Date: Thu, 27 May 2021 10:26:01 -0400 Subject: [PATCH 1/3] Update README.md --- .devcontainer/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/README.md b/.devcontainer/README.md index 5a36cc3ad..74bb96cfa 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -11,7 +11,8 @@ All configuration related to the development container is in the `.devcontainer` ### Step-by-Step -1. Open a command line (e.g. `wsl.exe` or `bash.exe`), change to the root folder of the cloned local workspace for the cloned Mission LZ project, and start VS Code from this root folder (not a sub folder or a parent folder). +1. Complete the Mission LZ [Getting Started](https://github.com/Azure/missionlz/blob/main/src/docs/getting-started.md#pre-requisites) pre-requisites and step-by-step +3. Open a command line (e.g. `wsl.exe` or `bash.exe`), change to the root folder of the local workspace for the cloned Mission LZ project, and start VS Code from this root folder (not a sub folder or a parent folder). > **NOTE:** If you are using WSL or BASH on Linux or Mac, you can navigate to the root folder of the project (for example, in the path `$HOME/missionlz` assuming you cloned the project to $HOME) and enter the command below to launch VS Code in correct directory. Be sure to include the trailing "." in the second command. ```BASH From 8b734be7e37e875373a4ea8fbaad73bff188d2ed Mon Sep 17 00:00:00 2001 From: Brian Pendergrass Date: Thu, 27 May 2021 10:28:31 -0400 Subject: [PATCH 2/3] Update README.md --- .devcontainer/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/README.md b/.devcontainer/README.md index 74bb96cfa..97b5a8301 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -11,8 +11,8 @@ All configuration related to the development container is in the `.devcontainer` ### Step-by-Step -1. Complete the Mission LZ [Getting Started](https://github.com/Azure/missionlz/blob/main/src/docs/getting-started.md#pre-requisites) pre-requisites and step-by-step -3. Open a command line (e.g. `wsl.exe` or `bash.exe`), change to the root folder of the local workspace for the cloned Mission LZ project, and start VS Code from this root folder (not a sub folder or a parent folder). +1. Follow the Mission LZ [Getting Started](https://github.com/Azure/missionlz/blob/main/src/docs/getting-started.md#pre-requisites) pre-requisites and step-by-step guide +1. Open a command line (e.g. `wsl.exe` or `bash.exe`), change to the root folder of the local workspace for the cloned Mission LZ project, and start VS Code from this root folder (not a sub folder or a parent folder). > **NOTE:** If you are using WSL or BASH on Linux or Mac, you can navigate to the root folder of the project (for example, in the path `$HOME/missionlz` assuming you cloned the project to $HOME) and enter the command below to launch VS Code in correct directory. Be sure to include the trailing "." in the second command. ```BASH From ab22dfcbed6619ad1a93a52612e7166860d7c73b Mon Sep 17 00:00:00 2001 From: Brian Pendergrass Date: Thu, 27 May 2021 10:30:33 -0400 Subject: [PATCH 3/3] Update README.md --- .devcontainer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/README.md b/.devcontainer/README.md index 97b5a8301..e0a33009d 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -11,7 +11,7 @@ All configuration related to the development container is in the `.devcontainer` ### Step-by-Step -1. Follow the Mission LZ [Getting Started](https://github.com/Azure/missionlz/blob/main/src/docs/getting-started.md#pre-requisites) pre-requisites and step-by-step guide +1. Follow the Mission LZ [Getting Started](https://github.com/Azure/missionlz/blob/main/src/docs/getting-started.md#pre-requisites) pre-requisites and step-by-step guide. 1. Open a command line (e.g. `wsl.exe` or `bash.exe`), change to the root folder of the local workspace for the cloned Mission LZ project, and start VS Code from this root folder (not a sub folder or a parent folder). > **NOTE:** If you are using WSL or BASH on Linux or Mac, you can navigate to the root folder of the project (for example, in the path `$HOME/missionlz` assuming you cloned the project to $HOME) and enter the command below to launch VS Code in correct directory. Be sure to include the trailing "." in the second command.