Further readme corrections
This commit is contained in:
parent
b90ff645d4
commit
fc286a07b5
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue