diff --git a/vagrant/README.md b/vagrant/README.md index 975fce20..9aa30446 100644 --- a/vagrant/README.md +++ b/vagrant/README.md @@ -16,10 +16,6 @@ ``` 2. virtuabox - for install on Debian Jessie run command: - ``` - sudo apt install virtualbox-6.0 - ``` for install on Debian Buster run command: ``` @@ -70,12 +66,15 @@ ``` git clone https://git.disroot.org/Disroot/Disroot-Privacy-Policy.git ~/Disroot/Disroot-Privacy-Policy ``` -7. Add the local domain name for the hub to your host machine's `/etc/hosts` file. - +7. Clone Disroot Changelog repo to Disroot folder + ``` + git clone https://git.disroot.org/Disroot/CHANGELOG.git ~/Disroot/Disroot-Privacy-Policy + ``` +8. Add the local domain name for the hub to your host machine's `/etc/hosts` file. ``` echo "192.168.33.12 disroot.lan" >> /etc/hosts ``` -8. Launch Vagrant to build the virtual machine (VM). This will take several minutes. +9. Launch Vagrant to build the virtual machine (VM). This will take several minutes. ``` cd ~/Disroot/disroot-website/vagrant vagrant up disroot_lan