From 19e3093f3b5052e2877f7893d95754158c378518 Mon Sep 17 00:00:00 2001 From: scuti Date: Sat, 12 Oct 2024 10:08:22 -0700 Subject: [PATCH] simplified cp commands in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 476bb31..71409a4 100644 --- a/README.md +++ b/README.md @@ -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. - cp ./templates/overview.html ./overview.html - cp ./templates/map.html ./map.html + cp ./templates/overview.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/`.