Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

# 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.
<br>Install vagrant plugin - vagrant-vbguest. Current version - 0.15.2:
* Install Vagrant. Current version - 2.2.5.
<br>Install vagrant plugin - vagrant-vbguest. Current version - 0.18.0:
```
vagrant plugin install vagrant-vbguest
```

* Open Command Prompt (Win) or Term (OSX):
<br>Clone current repo:<br>
```
git clone git@github.com:DevOpsLoft/linux.git
git clone https://github.com/devopsloft/linux.git
```
* Run the following commands to create the VM:
```
Expand Down