12 lines
236 B
Makefile
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
|
|
``` |