From 61eab6106ceabddfea6df45b18d3b5594208f180 Mon Sep 17 00:00:00 2001 From: expected-ingot <64779013+expected-ingot@users.noreply.github.com> Date: Wed, 27 Dec 2023 12:41:20 +0100 Subject: [PATCH] README fixes make the readme clearer, fix grammar and add a section on how to compile manually --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9350b7b7..7547d210 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # sm64coopdx -Online multiplayer mod for the SM64 PC port that synchronizes all entities and every level for multiple players. Fork of [sm64ex-coop](https://github.com/djoslin0/sm64ex-coop). +Online multiplayer mod for the Super Mario 64 PC port that synchronizes all entities and every level for multiple players. Fork of [sm64ex-coop](https://github.com/djoslin0/sm64ex-coop). Feel free to report bugs and contribute, but remember, there must be **no upload of any copyrighted asset**. Run `./extract_assets.py --clean && make clean` or `make distclean` to clear ROM assets, however this is unnecessary for contributing because the .gitignore file already excludes ROM assets.