Get far on package manager

This commit is contained in:
2025-04-29 04:57:05 -05:00
parent df6c65288b
commit 53c027ef63
22 changed files with 360 additions and 189 deletions

View File

@@ -6,10 +6,15 @@
# To Build
```bash
./script.sh
crossint ./build.tcross
```
# To Install
```bash
./install.sh
crossint ./build.tcross install
```
# To Pack
```bash
crossint ./build.tcross pack
```