From 43fc0bdb9e79126fc0965e8c3780d80c811ccbe4 Mon Sep 17 00:00:00 2001 From: meaz Date: Sat, 17 Apr 2021 07:32:53 +0200 Subject: [PATCH] add info about changelog repo in readme file --- vagrant/README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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