From 51a1968b0167fad6cb714d2a8d037665ff71a261 Mon Sep 17 00:00:00 2001 From: greycat001 <29042400+greycat001@users.noreply.github.com> Date: Mon, 1 Jul 2019 17:08:45 +0300 Subject: [PATCH] Updated the file with recent versions. The description is made ready for the upcoming session. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8409a96..bc0534b 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ # Setting Up a Linux Virtual Machine -* Install Git from https://git-scm.com/downloads. Current version - 2.17.1 +* Install Git from https://git-scm.com/downloads. Current version - 2.22.0 -* Install VirtualBox. Current version - 5.2.12. +* Install VirtualBox. Current version - 6.0.8. -* Install Vagrant. Current version - 2.1.1. -
Install vagrant plugin - vagrant-vbguest. Current version - 0.15.2: +* Install Vagrant. Current version - 2.2.5. +
Install vagrant plugin - vagrant-vbguest. Current version - 0.18.0: ``` vagrant plugin install vagrant-vbguest ``` @@ -15,7 +15,7 @@ vagrant plugin install vagrant-vbguest * Open Command Prompt (Win) or Term (OSX):
Clone current repo:
``` -git clone git@github.com:DevOpsLoft/linux.git +git clone https://github.com/devopsloft/linux.git ``` * Run the following commands to create the VM: ```