From 78a111fea988070e9ce5eeb5856040b4fcd78f01 Mon Sep 17 00:00:00 2001 From: meaz Date: Sun, 2 Feb 2020 11:09:27 +0100 Subject: [PATCH] update links in vagrant readme --- vagrant/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vagrant/README.md b/vagrant/README.md index 934b89e4..8c593b8b 100644 --- a/vagrant/README.md +++ b/vagrant/README.md @@ -52,15 +52,15 @@ ``` 2. Clone disroot-website repo to Disroot folder ``` - git clone https://git.disroot.org/Disroot/Website.git ~/Disroot + git clone https://git.disroot.org/Disroot/Website.git ~/Disroot/Website ``` 3. Clone grav-theme-disroot repo to Disroot folder ``` - git clone https://git.disroot.org/Disroot/grav-theme-disroot.git ~/Disroot + git clone https://git.disroot.org/Disroot/grav-theme-disroot.git ~/Disroot/grav-theme-disroot ``` 4. Clone grav-plugin-language-selector repo to Disroot folder ``` - git clone https://git.disroot.org/Disroot/grav-plugin-language-selector.git ~/Disroot + git clone https://git.disroot.org/Disroot/grav-plugin-language-selector.git ~/Disroot/grav-plugin-language-selector ``` 5. Add the local domain name for the hub to your host machine's `/etc/hosts` file.