diff --git a/tutorial/1-0-deployment.md b/tutorial/1-0-deployment.md
index cdf5cb8f8d2518f46b2cea472823f3eeec85d9f7..6d56808daf6df8ed8ed5ba1f6133858199d19994 100644
--- a/tutorial/1-0-deployment.md
+++ b/tutorial/1-0-deployment.md
@@ -1,8 +1,8 @@
 # 1. Deployment Guide
 
-This section walks you through the process of deploying TeraFlowSDN on top of a Oracle VirtualBox--based VM running
-MicroK8s Kubernetes platform. The guide includes the details on configuring and installing the VM, installing and
-configuring MicroK8s, and deploying and reporting the status of the TeraFlowSDN controller.
+This section walks you through the process of deploying TeraFlowSDN on top of a Virtual Machine (VM) running MicroK8s
+Kubernetes platform. The guide includes the details on configuring and installing the VM, installing and configuring
+MicroK8s, and deploying and reporting the status of the TeraFlowSDN controller.
 
 ## Table of Content:
 - [1.1. Create VM for the TeraFlowSDN controller](./1-1-create-vm.md)
diff --git a/tutorial/1-1-2-create-vm-vmware-fusion.md b/tutorial/1-1-2-create-vm-vmware-fusion.md
index 6691a9198d29df3f3121408a5ec5bcd9206a969e..7147c24af8a2cc182c8e6987387254218a3f9db9 100644
--- a/tutorial/1-1-2-create-vm-vmware-fusion.md
+++ b/tutorial/1-1-2-create-vm-vmware-fusion.md
@@ -15,12 +15,12 @@ In "VMWare Fusion" manager, create a new network from the "Settings/Network" men
 Create a new VM an Ubuntu 20.04 iso:
 
 - Display Name: TeraFlowSDN
-- Username: teraflowsdn
+- Username: tfs
 - Password: tfs123
 
 On the next screen press "Customize Settings", save the VM and in "Settings" change:
 - Change to use 4 CPUs
-- Change to access 9 GB of RAM
+- Change to access 8 GB of RAM
 - Change disk to size 40 GB
 - Change the network interface to use the previously created TFS-NAT-Net
 
@@ -43,10 +43,7 @@ The installation will be automatic, without any configuration required.
   Then you can remove or comment the /swapfile entry in /etc/fstab
 
 - Install Open SSH Server
-
-  $ sudo apt-get install openssh-server
-
-- Import SSH keys, if any.
+  - Import SSH keys, if any.
 
 - Restart the VM when the installation is completed.
 
diff --git a/tutorial/1-1-create-vm.md b/tutorial/1-1-create-vm.md
index 39c7c7b2e12b4744eb910535d518c720449fb50f..ce74e6dc6f8df07d5f7cf42d979a7b54d61bc9a6 100644
--- a/tutorial/1-1-create-vm.md
+++ b/tutorial/1-1-create-vm.md
@@ -5,7 +5,8 @@ TeraFlowSDN controller. If you already have a remote physical server fitting the
 feel free to use it instead of deploying a local VM. Other virtualization environments can also be used; in that case,
 you will need to adapt these instructions to your particular case.
 
-Different Hypervisors are considered for that.
+Different Hypervisors are considered for that. Check the table of contents for available options. If you want to
+contribute with other Hypervisors, [contact](./README.md#contact) the TFS team through Slack.
 
 ## Table of Content:
 - [1.1.1. Oracle VirtualBox](./1-1-1-create-vm-oracle-virtualbox.md)