Update README
This commit is contained in:
parent
0ce613c380
commit
0c7c5a2f15
1 changed files with 0 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue