From a481de902878164778d67fd593f2acbc5f2778f1 Mon Sep 17 00:00:00 2001 From: jesse Date: Sun, 24 Aug 2025 18:03:23 -0700 Subject: [PATCH] Fixed readme example code for symbolic linking --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 7fa7e37..5fd8ec1 100644 --- a/README +++ b/README @@ -9,8 +9,8 @@ jc # Indirect installation git clone https://git.brut.systems/judah/jc.git - ln -s "/path/to/jc" [jai install dir]/modules/jc # POSIX install - mklink /D "C:\path\to\jc" [jai install dir]\jc # Windows install + ln -s "/path/to/jc" [jai install dir]/modules/jc # POSIX install + mklink /D [jai install dir]\modules\jc "C:\path\to\jc" # Windows install #import "jc"; #import "jc/[module]";