From eddfa3633488cd521fb17404d7a4a7e253b1bd85 Mon Sep 17 00:00:00 2001
From: Achilleas Pipinellis <axilleas@axilleas.me>
Date: Fri, 16 Sep 2016 07:14:17 +0000
Subject: [PATCH] Update README.md to include info about the host-from-root
 branch

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 3f1ecb6..1f01624 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,10 @@ pages:
   - master
 ```
 
+The above example expects to put all your HTML files in the `public/` directory.
+To use the files in the root directory, see the `host-from-root` branch
+https://gitlab.com/pages/plain-html/blob/host-from-root/.gitlab-ci.yml.
+
 ## GitLab User or Group Pages
 
 To use this project as your user/group website, you will need one additional
-- 
GitLab