From d040f78f0beafdd137c980185aa4bc5fd8cd49cc Mon Sep 17 00:00:00 2001 From: meaz Date: Fri, 4 Dec 2020 07:40:41 +0100 Subject: [PATCH] add info about language plugin in readme --- vagrant/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/vagrant/README.md b/vagrant/README.md index 991272af..867e11bf 100644 --- a/vagrant/README.md +++ b/vagrant/README.md @@ -50,16 +50,24 @@ ``` mkdir ~/Disroot ``` + 2. Clone howto repo to Disroot folder ``` git clone https://git.fosscommunity.in/disroot/howto.git ~/howto ``` -3. Add the local domain name for the hub to your host machine's `/etc/hosts` file. + +3. Clone grav-plugin-language-selector repo to Disroot folder + ``` + git clone https://git.disroot.org/Disroot/grav-plugin-language-selector.git ~/howto + ``` + +4. Add the local domain name for the hub to your host machine's `/etc/hosts` file. ``` echo "192.168.33.11 howto.disroot.lan" >> /etc/hosts ``` -4. Launch Vagrant to build the virtual machine (VM). This will take several minutes. + +5. Launch Vagrant to build the virtual machine (VM). This will take several minutes. ``` cd ~/Disroot/howto/vagrant vagrant up howto_disroot_lan