From ef2edacad942457c8509e7e308a939c4e955d221 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 10 Jul 2020 09:56:26 -0400 Subject: [PATCH] Remove DMAPI requirement note from README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e274b7dcb..e69402d972 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ For the docker version run `docker stop ` ## 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)