change the directory location for vagrant #684

This commit is contained in:
Sukchan Lee 2020-11-24 00:28:42 -05:00
parent 520d9cd2c3
commit 19a3680c60
2 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Note that this Vagrantfile is identical to the base CentOS 8 box, with
the exception that the amount of virtual memory has been increased to 1GB:
```bash
cd vagrant
cd vagrant/centos
vagrant up --provider virtualbox
```