mirror of
https://github.com/MinetestForFun/stacktraceplus.git
synced 2025-01-06 23:10:17 +01:00
Improve README.md
This commit is contained in:
parent
3eb15f40d1
commit
d277b8d240
10
README.md
10
README.md
@ -1,4 +1,4 @@
|
||||
# StackTracePlus Minetest mod
|
||||
# Stack Trace Plus
|
||||
|
||||
StackTracePlus is a Lua module that extends `debug.traceback` to include more
|
||||
call frame information such as local and globals, locals and parameters
|
||||
@ -7,9 +7,9 @@ dumps.
|
||||
This mod merely plugs this module in and replaces `debug.traceback` with
|
||||
StackTracePlus's traceback dump routine.
|
||||
|
||||
# Installing
|
||||
## Installing
|
||||
|
||||
This repository uses git submodules.
|
||||
This repository uses Git submodules.
|
||||
|
||||
Clone this repo either recursively (`--recursive`) or as usual, but make sure
|
||||
to `git submodule update --init` afterwards; it must go into the `mods`
|
||||
@ -24,8 +24,8 @@ If you have enabled mod security (`secure.enable_security` is `true`), then you
|
||||
must whitelist this mod in `minetest.conf`'s `secure.trusted_mods` config
|
||||
entry.
|
||||
|
||||
# License
|
||||
## License
|
||||
|
||||
WTFPL / CC0 / Public Domain.
|
||||
|
||||
StackTracePlus is distributed under the MIT license.
|
||||
Stack Trace Plus is distributed under the MIT license.
|
||||
|
Loading…
Reference in New Issue
Block a user