From debeec77071035c217cae480c5d3ab292d52e4b4 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Thu, 7 Dec 2023 22:50:24 +0100 Subject: [PATCH] fix: json is a part of racket's stdlib --- .drone.yml | 1 - README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a92f950..3da46d6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,6 @@ steps: commands: - apk update - apk add racket aria2 - - raco pkg install json - ./build.rkt - cd 'build/Notex 4' && zip -r '../Notex 4.zip' . diff --git a/README.md b/README.md index 9dbc7fc..52a40fc 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,4 @@ This is a fork of the Notex 4 pack with some tweaks and a proper build system. ## Building Dependencies: - a Racket toolchain -- `json` (`raco pkg install json`) - `aria2c` or `wget`