Skip to content

Commit 163b31c

Browse files
Update README.md
1 parent b9ca6c5 commit 163b31c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ use the "jasonc/centos7" box for this class. https://app.vagrantup.com/boxes/sea
6565

6666
## Create a Working Folder <br/>
6767
When the Command Prompt (Windows) or the Terminal (Mac/Linux) is launched you will be placed in
68-
your home directory. For example, if I’m logged into a Windows system as "jason" my home
68+
your home directory. For example, if I’m logged into a Windows system as "user" my home
6969
directory could be "C:⧵Users⧵user". (Note: this might vary depending on the version of Windows
7070
you are using.) If I’m logged into a Mac system as "user" my home directory will be "/Users/user".
7171
If I'm logged into a Linux system as "user" my home directory will be "/home/user". <br/>
@@ -81,9 +81,9 @@ configuration file, called a Vagrantfile. Start out by creating a "testbox01" fo
8181
*Create Your First Vagrant Files* <br/>
8282
To create the Vagrant configuration file (Vagrantfile), run the "vagrant init <BOX_NAME> "
8383
command. Be sure to be in Vagrant project directory you just created. Also, use the
84-
"jasonc/centos7" box you downloaded earlier. <br/>
84+
"generic/rhel8" box you downloaded earlier. <br/>
8585
`cd testbox01` <br/>
86-
`vagrant init jasonc/centos7` <br/>
86+
`vagrant init generic/rhel8` <br/>
8787
## Create Your First Virtual Machine <br/>
8888
The first time you run the "vagrant up " command Vagrant will import (clone) the vagrant box into
8989
VirtualBox and start it. If Vagrant detects that the virtual machine already exists in VirtualBox it will

0 commit comments

Comments
 (0)