Update docs to match actual build behavior

This commit is contained in:
Chris Rice 2023-06-28 15:18:23 -07:00
parent f11aedb948
commit b554c4c28f

View File

@ -70,6 +70,7 @@ Tile38 can be compiled and used on Linux, OSX, Windows, FreeBSD, and probably ot
To build everything simply: To build everything simply:
``` ```
$ git tag <major>.<minor>.<fix>
$ make $ make
``` ```