We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a048605 commit 055e731Copy full SHA for 055e731
standalone_bootstrap.bat
@@ -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
10
0 commit comments