diff --git a/install.bat b/install.bat new file mode 100644 index 0000000..905473c --- /dev/null +++ b/install.bat @@ -0,0 +1,2 @@ +@echo off +git submodule update --init --recursive diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..027e642 --- /dev/null +++ b/install.sh @@ -0,0 +1,2 @@ +#!/bin/bash +git submodule update --init --recursive