Skip to content

Commit 055e731

Browse files
committed
Add standalone bootstrap script
1 parent a048605 commit 055e731

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

standalone_bootstrap.bat

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@echo off
2+
git clone https://github.com/AxioDL/boo.git
3+
pushd boo
4+
git submodule update --recursive --init
5+
popd
6+
7+
git clone https://github.com/libAthena/athena.git
8+
pushd athena
9+
git submodule update --recursive --init
10+
popd

0 commit comments

Comments
 (0)