Files
manifest/README.mk
2025-07-13 15:45:22 +08:00

12 lines
236 B
Makefile

StrixOS
===========
To get started
--------------
```
repo init -u https://git.shuixx.com:2443/StrixOS/manifest.git -b 16.0 --git-lfs
```
Sync
--------------
```
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
```