From 1c16911f2407d171307c463238727c6e1367ab30 Mon Sep 17 00:00:00 2001 From: Roland <75312877+RolandoMagico@users.noreply.github.com> Date: Mon, 18 Apr 2022 12:03:55 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 210b384..c906d04 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ You need to have some prerequisits: - apt install build-essential gawk unzip libncurses-dev libz-dev libssl-dev wget git subversion + apt install build-essential gawk unzip libncurses-dev libz-dev libssl-dev wget git subversion python2.7 Check out this repository and execute `make`, i.e. like this: @@ -24,5 +24,5 @@ Think about starting Your make process inside a `screen` session as it usually t ## Further Resources -Look at the [site configuration related Gluon documentation](http://gluon.readthedocs.org/en/v2016.2.3/user/site.html) +Look at the [site configuration related Gluon documentation](https://gluon.readthedocs.io/en/v2021.1.1/user/site.html) for information on site configuration options and examples from other communities.