Sync build command from ags wiki

This commit is contained in:
clsty
2024-06-16 18:34:30 +08:00
parent edbb3cb956
commit 430a322c2c
+1 -1
View File
@@ -26,7 +26,7 @@ install-ags (){
x git pull origin main && git submodule update --init --recursive
x git checkout 05e0f23534fa30c1db2a142664ee8f71e38db260
x npm install
x meson setup build --reconfigure
x meson setup build # --reconfigure
x meson install -C build
x cd $base
}