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
|
||||
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]";
|
||||
|
|
|
|||
Loading…
Reference in a new issue