From fc286a07b5eb69928bbb5c3ced69f874b0835013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Wed, 19 Jun 2024 16:01:53 +0100 Subject: [PATCH] Further readme corrections --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 64e3f1a..ae773bb 100644 --- a/README.org +++ b/README.org @@ -21,13 +21,13 @@ In =variables.py=, edit: - =gameserverpath=: path to directory on the server where files will be uploaded, including trailing slash - =endlessgames=: a list of “endless” games in the format =title (console)= - =description=: content for the “about” section (can include HTML tags) -- =startyear=: year from which to begin tracking (an integer) -- =hue=: theme colour expressed as a hue from 0 to 360 +- =gamestartyear=: year from which to begin tracking (an integer) +- =gamehue=: theme colour expressed as a hue from 0 to 360 - =consoles=: add or remove consoles following the format provided (=.png= images must be added to the build directory with a filename corresponding with the value of ="img"= for each console) ** Testing - Run =python3 generategames.py local= to build in =gamebuild=. * First run - Run =python3 init.py= and then =chmod +x build.sh=. -- Create directories on the server corresponding to any =*serverpath= variables you have set.. +- Create directories on the server corresponding to any =*serverpath= variables you have set. * Building - Run =./build.sh= to build and upload to the server.