Update README

This commit is contained in:
anierin 2025-07-24 15:14:42 +02:00
parent 0ce613c380
commit 0c7c5a2f15

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# Initialize local repository
```
repo init -u https://git.awarner.co.uk/Evolution-X-Tensor/tensor_pixel_kernel_manifest -b bka --git-lfs
```
# Sync up
```
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
```
# Build
```bash
./build_<family>.sh
```