README fixes
make the readme clearer, fix grammar and add a section on how to compile manually
This commit is contained in:
parent
797900fefe
commit
61eab6106c
|
@ -1,5 +1,5 @@
|
||||||
# sm64coopdx
|
# 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**.
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue