From 85e9d3914d0cfac738c65ee466482cd9b49b0ee7 Mon Sep 17 00:00:00 2001 From: Tan Kar Chun Date: Tue, 2 Aug 2022 22:04:40 +0800 Subject: [PATCH 1/2] Update day14.md Fix spacing --- Days/day14.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day14.md b/Days/day14.md index 052e3c3..a0a54bd 100644 --- a/Days/day14.md +++ b/Days/day14.md @@ -84,7 +84,7 @@ I have also placed a copy of this specific vagrant file in the [Linux Folder](Li ## Provisioning our Linux Desktop -We are now ready to get our first machine up and running, in our workstation's terminal. In my case I am using PowerShell on my Windows machine. Navigate to your projects folder and where you will find your VAGRANTFILE. Once there you can type the command `vagrant up` and if everything's allright you will see something like this. +We are now ready to get our first machine up and running, in our workstation's terminal. In my case I am using PowerShell on my Windows machine. Navigate to your projects folder and where you will find your VAGRANTFILE. Once there you can type the command `vagrant up` and if everything's all right you will see something like this. ![](Images/Day14_Linux2.png) From 36373edb735f76f357909d76e95d5a809cb53a89 Mon Sep 17 00:00:00 2001 From: Tan Kar Chun Date: Sat, 6 Aug 2022 21:19:08 +0800 Subject: [PATCH 2/2] Update day14.md --- Days/day14.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day14.md b/Days/day14.md index a0a54bd..8ad7b21 100644 --- a/Days/day14.md +++ b/Days/day14.md @@ -84,7 +84,7 @@ I have also placed a copy of this specific vagrant file in the [Linux Folder](Li ## Provisioning our Linux Desktop -We are now ready to get our first machine up and running, in our workstation's terminal. In my case I am using PowerShell on my Windows machine. Navigate to your projects folder and where you will find your VAGRANTFILE. Once there you can type the command `vagrant up` and if everything's all right you will see something like this. +We are now ready to get our first machine up and running, in our workstation's terminal. In my case I am using PowerShell on my Windows machine. Navigate to your projects folder and where you will find your VAGRANTFILE. Once there you can type the command `vagrant up` and if everything's alright you will see something like this. ![](Images/Day14_Linux2.png)