diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/building.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/building.md b/docs/building.md index 1d12302..272a7fd 100644 --- a/docs/building.md +++ b/docs/building.md @@ -13,12 +13,12 @@ python ranking.py DATE PREVIOUS_DATE > http/FILENAME.html To compile edition list header into ranking: ``` -python editions.py DATE_CONFIG http/FILENAME.html +python editions.py http/FILENAME.html ``` To build players' pages: ``` -python players.py http/players/ [DATES_CONFIG] +python players.py http/players/ ``` Name, surname and club are always used from the current `players` table. Regions, genders and age categories are read per-ranking. |