Install scripts

This commit is contained in:
Alex Yatskov 2022-10-21 22:27:57 -07:00
parent 64cc5bdce1
commit 0ff146e33c
2 changed files with 4 additions and 0 deletions

2
install.bat Normal file
View File

@ -0,0 +1,2 @@
@echo off
git submodule update --init --recursive

2
install.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
git submodule update --init --recursive