simplified cp commands in readme

This commit is contained in:
scuti 2024-10-12 10:08:22 -07:00
parent 461a8587ad
commit 19e3093f3b

View File

@ -35,8 +35,8 @@ The CGI program is still invoked in static generation. The files `allmaps.py`, `
Before executing `allmaps.py`, copy and modify the templates. Before executing `allmaps.py`, copy and modify the templates.
cp ./templates/overview.html ./overview.html cp ./templates/overview.html .
cp ./templates/map.html ./map.html cp ./templates/map.html .
`allmaps.py` outputs an html file for all distinct maps in the database. The leaderboards for each map (equivalent to `?map=[map name]`) are in `output/maps/`. `allmaps.py` outputs an html file for all distinct maps in the database. The leaderboards for each map (equivalent to `?map=[map name]`) are in `output/maps/`.