From 950d0fc052d9ca8c98e6c3bce227855d1586fd64 Mon Sep 17 00:00:00 2001 From: Wolfywolfy Date: Tue, 23 Nov 2021 10:26:34 -0300 Subject: [PATCH] fix some mistaken typos --- docs/install.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/install.md b/docs/install.md index 1542008..0fcb489 100644 --- a/docs/install.md +++ b/docs/install.md @@ -15,13 +15,12 @@ So let's get started! ## VSCode and WSL -- Install VSCode fromhttps://code.visualstudio.com/ -- Install WSL - https://docs.microsoft.com/en-us/windows/wsl/install-win10 - `Info: Please choose Ubuntu-20.04` +- Install VSCode from + https://code.visualstudio.com/ +- Install WSL https://docs.microsoft.com/en-us/windows/wsl/install-win10 `Info: Please choose Ubuntu-20.04` - Set root as default WSL user. - Open `cmd.exe` and type: - `ubuntu2004 config --default-user root` + Open ` cmd.exe` and type: + ` ubuntu2004 config --default-user root` --- @@ -202,8 +201,9 @@ You can create your own sample, by just copying cube folder. ## Setup Intelisense -- Downloadhttp://apgcglz.cluster028.hosting.ovh.net/tyra/intellisense.zip -- Unpack `.vscode` folder to WSL's `/repos/tyra/Info: This configuration is set for cube sample, but you can change it in tasks.json file` +- Download + http://apgcglz.cluster028.hosting.ovh.net/tyra/intellisense.zip +- Unpack .vscode folder to WSL's `/repos/tyra/Info: This configuration is set for cube sample, but you can change it in tasks.json file` ---