From 41e8cb80d98760f60db09dc2375ede184a631938 Mon Sep 17 00:00:00 2001 From: David Delassus Date: Fri, 26 Jan 2024 22:57:14 +0100 Subject: [PATCH] :memo: update README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index a9264ce..d60b7d3 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,21 @@ List of backends: Clone the repository in your project (don't forget to pull the submodules) and add the `include/` folder to your include paths. +Or, if you are using [Shipp](https://github.com/linkdd/shipp), add to your +dependencies: + +```json +{ + "dependencies": [ + { + "name": "trollworks-sdk-core", + "url": "https://github.com/trollworks/sdk-core.git", + "version": "v0.2.0" + } + ] +} +``` + ## Usage ### Game loop