From 0ff146e33c0a47f3c6e45665ec4772e02a0da461 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 21 Oct 2022 22:27:57 -0700 Subject: [PATCH] Install scripts --- install.bat | 2 ++ install.sh | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 install.bat create mode 100755 install.sh 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