Update source installation for windows docs (#1555)

Added docs for Windows mklink syntax.
This commit is contained in:
Kai Zhu
2021-07-07 16:03:11 +10:00
committed by GitHub
parent db04cc1bb5
commit 5ec7f65df5
@@ -79,6 +79,14 @@ repository, and see the changes in our Blender installation.
# Link the repository to blender # Link the repository to blender
$ ln -s src/ifcsverchok /path/to/blender/2.XX/scripts/addons/ifcsverchok $ ln -s src/ifcsverchok /path/to/blender/2.XX/scripts/addons/ifcsverchok
On Windows:
::
$ git clone https://github.com/IfcOpenShell/IfcOpenShell.git
$ cd IfcOpenShell
# Link the repository to blender
$ mklink /D "\path\to\blender\2.XX\scripts\addons\ifcsverchok" "\path\to\src\ifcsverchok"
After you modify your code in the Git repository, you will need to restart After you modify your code in the Git repository, you will need to restart
Blender for the changes to take effect. In ``Edit > Preferences > Add-ons`` you Blender for the changes to take effect. In ``Edit > Preferences > Add-ons`` you
will see that the version number of IfcSverchok has changed to ``0.0.999999``, will see that the version number of IfcSverchok has changed to ``0.0.999999``,