From 0a8b2b0aa5cf83f9310b9b85db78f6845bcf3e01 Mon Sep 17 00:00:00 2001 From: boudin Date: Sun, 17 May 2015 22:55:58 +0200 Subject: [PATCH] Back to fetching directly the repository file directly from the git repository. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bdf654b..030667a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ An overlay with some random stuff To add this overlay manually, run as root or using sudo: ``` -wget https://lab.cherboiche.org/boudin/cherb-overlay/raw/master/repository.xml -layman -f -o file:////repository.xml -a cherb-overlay -``` \ No newline at end of file +layman -f -o https://lab.cherboiche.org/boudin/cherb-overlay/raw/master/repository.xml -a cherb-overlay +``` + +If an error occurs, please check that you're using at least python 3.3. \ No newline at end of file