Skip to content

Commit

Permalink
Update for CMD v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yawnoc committed Oct 1, 2024
1 parent 763351f commit 8660ca5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

Website of the Perth Mahjong Society.

Run `./build` to build, assuming that the following are checked out
as siblings of the current repository:

- <https://github.com/yawnoc/mahjong-scorer>
- <https://github.com/conway-markdown/conway-markdown>
Run `./build` to build,
assuming that Conway-Markdown is installed (`pip3 install conwaymd`),
and that <<https://github.com/yawnoc/mahjong-scorer>> is checked out
as a sibling of the current repository.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ mv "./scores/scores.txt --from ${new_years_date_2024}.tsv" './scores/2024.tsv'
mv "./scores/scores.txt --from ${latest_date}.tsv" './scores/latest.tsv'

python3 ./res/scoring.py $latest_date
python3 ../conway-markdown/cmd.py
cmd --all # pip3 install conwaymd
python3 ./res/sitemap.py

0 comments on commit 8660ca5

Please sign in to comment.