Fixed readme example code for symbolic linking

This commit is contained in:
jesse 2025-08-24 18:03:23 -07:00
parent c407a747be
commit a481de9028

4
README
View file

@ -9,8 +9,8 @@ jc
# Indirect installation # Indirect installation
git clone https://git.brut.systems/judah/jc.git git clone https://git.brut.systems/judah/jc.git
ln -s "/path/to/jc" [jai install dir]/modules/jc # POSIX install ln -s "/path/to/jc" [jai install dir]/modules/jc # POSIX install
mklink /D "C:\path\to\jc" [jai install dir]\jc # Windows install mklink /D [jai install dir]\modules\jc "C:\path\to\jc" # Windows install
#import "jc"; #import "jc";
#import "jc/[module]"; #import "jc/[module]";