From 5bc3e8ced98481da795c80188cf30b4720fc7c41 Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:46:19 -0600 Subject: [PATCH 1/4] Update first-smart-contract.mdx --- .../quickstart/first-smart-contract.mdx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/developer-docs/getting-started/quickstart/first-smart-contract.mdx b/docs/developer-docs/getting-started/quickstart/first-smart-contract.mdx index de2e03f105..92e5059a6f 100644 --- a/docs/developer-docs/getting-started/quickstart/first-smart-contract.mdx +++ b/docs/developer-docs/getting-started/quickstart/first-smart-contract.mdx @@ -111,10 +111,16 @@ project. #### Prerequisites - Download and install Windows Subsystem for Linux. + Download and install Windows Subsystem for Linux.
- Download and install Node.js within your WSL environment. + Download and install a Linux distribution using Windows Subsystem for Linux: wsl --install -d +
+
+ Open the WSL Linux environment. Run all next steps within this environment. +
+
+ Download and install Node.js within your WSL Linux environment. --------- From 25d3b50291bdd8c0ee84d415752af5bcf9e50f4a Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:07:22 -0600 Subject: [PATCH 2/4] Update first-smart-contract.mdx --- .../getting-started/quickstart/first-smart-contract.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer-docs/getting-started/quickstart/first-smart-contract.mdx b/docs/developer-docs/getting-started/quickstart/first-smart-contract.mdx index 92e5059a6f..47b221edf3 100644 --- a/docs/developer-docs/getting-started/quickstart/first-smart-contract.mdx +++ b/docs/developer-docs/getting-started/quickstart/first-smart-contract.mdx @@ -114,10 +114,10 @@ project. Download and install Windows Subsystem for Linux.
- Download and install a Linux distribution using Windows Subsystem for Linux: wsl --install -d + Download and install a Linux distribution using Windows Subsystem for Linux: wsl --install -d
- Open the WSL Linux environment. Run all next steps within this environment. + Open the WSL Linux environment. Run all next steps within this environment.
Download and install Node.js within your WSL Linux environment. From ed9c4f09462436c539e32410b60c0ebbf6a818c4 Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:34:15 -0600 Subject: [PATCH 3/4] Update first-smart-contract.mdx --- .../getting-started/quickstart/first-smart-contract.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/getting-started/quickstart/first-smart-contract.mdx b/docs/developer-docs/getting-started/quickstart/first-smart-contract.mdx index 47b221edf3..d15a4104ca 100644 --- a/docs/developer-docs/getting-started/quickstart/first-smart-contract.mdx +++ b/docs/developer-docs/getting-started/quickstart/first-smart-contract.mdx @@ -114,7 +114,7 @@ project. Download and install Windows Subsystem for Linux.
- Download and install a Linux distribution using Windows Subsystem for Linux: wsl --install -d + Download and install a Linux distribution (i.e., Ubuntu) using Windows Subsystem for Linux: wsl --install -d ubuntu
Open the WSL Linux environment. Run all next steps within this environment. From 7b9a3415002a064fcbe406d3626a0c3bf06c5d64 Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:09:18 -0600 Subject: [PATCH 4/4] Update first-smart-contract.mdx --- .../getting-started/quickstart/first-smart-contract.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/getting-started/quickstart/first-smart-contract.mdx b/docs/developer-docs/getting-started/quickstart/first-smart-contract.mdx index d15a4104ca..97d8e99079 100644 --- a/docs/developer-docs/getting-started/quickstart/first-smart-contract.mdx +++ b/docs/developer-docs/getting-started/quickstart/first-smart-contract.mdx @@ -117,7 +117,7 @@ project. Download and install a Linux distribution (i.e., Ubuntu) using Windows Subsystem for Linux: wsl --install -d ubuntu
- Open the WSL Linux environment. Run all next steps within this environment. + Open the WSL Linux environment. Run all following commands within this environment.
Download and install Node.js within your WSL Linux environment.