Applied changes suggested by DayMario64!

This commit is contained in:
SonicandTailsCD 2024-09-10 08:29:33 -07:00 committed by GitHub
parent 3ffb681027
commit 97a2c28e4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,9 @@ Interestingly enough though, the goal of the project has slowly evolved over tim
## Lua
sm64coopdx is moddable via Lua, similar to Roblox and Garry's Mod's Lua APIs. To get started, click [here](docs/lua/lua.md) to see the Lua documentation.
## Notes
sm64coopdx is a continuation of sm64ex-coop. If you're looking for that version (now unmaintained), click [here](https://github.com/djoslin0/sm64ex-coop).
## Errors on run?
On Linux, did you get that dreaded "GLIBCXX_2.something.something" or something similar?
Please compile it from source. Instructions below.