Update build command
This commit is contained in:
parent
35703cc962
commit
ffe930b722
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ This repositories includes everything you need to build JeremyStarTM's custom op
|
|||
## Building
|
||||
To build this kernel, run this command in your terminal:
|
||||
```bash
|
||||
curl -sSL "https://git.staropensource.de/JeremyStarTM/kernel-optimized/raw/branch/develop/buildtool.sh" | bash
|
||||
curl -sSL "https://git.staropensource.de/JeremyStarTM/kernel-optimized/raw/branch/develop/buildtool.sh">/tmp/buildtool.sh;chmod +x /tmp/buildtool.sh;/tmp/buildtool.sh
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue