Fixed readme example code for symbolic linking
This commit is contained in:
parent
c407a747be
commit
a481de9028
1 changed files with 2 additions and 2 deletions
4
README
4
README
|
|
@ -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]";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue