diff --git a/docs/install.md b/docs/install.md
index e4a885c..dc05168 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -15,12 +15,15 @@ So let's get started!
## VSCode and WSL
-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
+
+- 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`
+
+
---
@@ -200,10 +203,12 @@ You can create your own sample, by just copying cube folder.
## Setup Intelisense
-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
+
+- 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`
+
+
---