From 262679bab5eb2cf2675ebabed4f9d7d5d1919fb3 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Thu, 30 Jun 2022 13:46:22 +0200 Subject: [PATCH] docs: remove outdated haxe stuff from readme --- README.md | 8 -------- 1 file changed, 8 deletions(-) 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