diff --git a/README.md b/README.md index baf9f26..d8d9e77 100644 --- a/README.md +++ b/README.md @@ -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 ```