... | @@ -3,8 +3,8 @@ To install Sverchok the way you can develop it, test, and work with Github: |
... | @@ -3,8 +3,8 @@ To install Sverchok the way you can develop it, test, and work with Github: |
|
```
|
|
```
|
|
$ cd src/
|
|
$ cd src/
|
|
$ git clone git@github.com:nortikin/sverchok.git
|
|
$ git clone git@github.com:nortikin/sverchok.git
|
|
$ mkdir -p ~/.config/blender/${BLENDER_VERSION}/config/scripts/addons/
|
|
$ mkdir -p ~/.config/blender/${BLENDER_VERSION}/scripts/addons/
|
|
$ ln -s ~/src/sverchok ~/.config/blender/${BLENDER_VERSION}/config/scripts/addons/
|
|
$ ln -s ~/src/sverchok ~/.config/blender/${BLENDER_VERSION}/scripts/addons/
|
|
```
|
|
```
|
|
|
|
|
|
After this, go to Blender preferences, locate Sverchok addon and enable it as usual.
|
|
After this, go to Blender preferences, locate Sverchok addon and enable it as usual.
|
... | | ... | |