From 98aaf3acda8ecdfa76e6998e7932d5460bfea81a Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 12 Nov 2019 16:45:44 +0100 Subject: [PATCH] _layouts/repo.html: Add notice to read the setup documentation. --- _layouts/repo.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_layouts/repo.html b/_layouts/repo.html index c4e9462..bd050ae 100644 --- a/_layouts/repo.html +++ b/_layouts/repo.html @@ -6,6 +6,11 @@ layout: default {% assign repo = page.repo %} {% assign list = site.data.index[repo].bionic %} +

+ NOTE: If this is your first time here, you need to do some configurations before you can use this repository. + Please read the instructions. +

+

{{ page.title }} Repository

{{ page.description }}