Skip to content

Commit

Permalink
Add instruction for symbolic link to working copy under Windows (#12)
Browse files Browse the repository at this point in the history
* Add instruction for symbolic link to working copy under Windows

* Fix parameter for windows directory junction link
  • Loading branch information
webprofusion-chrisc authored and ksons committed Mar 4, 2018
1 parent eced3d8 commit e2ca1bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ folder, symbolically link it. On Linux, this is done with
$ cd <YOUR ADDON FOLDER FROM STEP 2>
$ ln -s <PATH TO THE io_scene_gltf FOLDER>

On Windows, this can also be done with

$ cd <YOUR ADDON FOLDER FROM STEP 2>
$ mklink /J io_scene_gltf <PATH TO THE io_scene_gltf FOLDER>

You can now edit the addon files, check out a different branch, etc. and you
just have to restart Blender for it to be using the new version of the
addon in your repo.
Expand Down

0 comments on commit e2ca1bd

Please sign in to comment.