From f20af42bb1cb835143a771745ea59198323d2dd5 Mon Sep 17 00:00:00 2001 From: Syntriax Date: Sun, 20 Nov 2022 18:49:27 +0300 Subject: [PATCH] Update Readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e41a152..4dbae9f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # Action +## Dependencies +1. [ToggleState Module](https://git.syntriax.com/Syntriax/ToggleState) + +Make sure to separately clone these modules along with this one too. + +Or you can call ```git submodule init``` to get them automatically added (note that this method may cause conflicts if another module also imports one of these submodules too, only use if you are only using the `Action` module)