diff --git a/README.md b/README.md index a69de0e..a0693e6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ The 4th pack of the Anvilcraft series! ## Building First, Install the dependencies required for compilation: - zig (master version) -- haxe - libcurl - libarchive @@ -12,7 +11,6 @@ Arch: ```bash paru -S \ zig-git \ - haxe \ curl \ libarchive ``` @@ -20,17 +18,11 @@ paru -S \ Debian: ```bash apt install \ - haxe \ libcurl4-openssl-dev \ libarchive-dev # install zig manually ``` -Install `kubejs-haxe`: -```bash -haxelib install kubejs -``` - Run the build script: ```bash ./build.zig