Remove DMAPI requirement note from README.md

This commit is contained in:
Jordan Brown
2020-07-10 09:56:26 -04:00
parent e9ecf4f382
commit ef2edacad9
+1 -1
View File
@@ -146,7 +146,7 @@ For the docker version run `docker stop <your container name>`
## Integrating
tgstation-server 4 currently REQUIRES the DMAPI to be integrated into any BYOND codebase which plans on being used by it. The integration process is a fairly simple set of code changes.
tgstation-server 4 provides the DMAPI which can be be integrated into any BYOND codebase for heavily enhanced functionality. The integration process is a fairly simple set of code changes.
1. Copy the [latest release of the DMAPI](https://github.com/tgstation/tgstation-server/releases) anywhere in your code base. `tgs.dm` can be seperated from the `tgs` folder, but do not modify or move the contents of the `tgs` folder
2. Modify your `.dme`(s) to include the `tgs.dm` and `tgs/includes.dm` files (ORDER OF APPEARANCE IS MANDATORY)