File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
Mac:
34
34
35
35
```bash
36
- mkdir -p $HOME/Library/Application Support/OpenSCAD/color-schemes/editor $HOME/Library/Application Support/OpenSCAD/color-schemes/render
36
+ mkdir -p " $HOME/Library/Application Support/OpenSCAD/color-schemes/editor" " $HOME/Library/Application Support/OpenSCAD/color-schemes/render"
37
37
```
38
38
39
39
Windows:
55
55
Mac:
56
56
57
57
```bash
58
- ln -s $PWD/dracula.json $HOME/Library/Application Support/OpenSCAD/color-schemes/editor
59
- ln -s $PWD/transylvania.json $HOME/Library/Application Support/OpenSCAD/color-schemes/render
58
+ ln -s " $PWD/dracula.json" " $HOME/Library/Application Support/OpenSCAD/color-schemes/editor"
59
+ ln -s " $PWD/transylvania.json" " $HOME/Library/Application Support/OpenSCAD/color-schemes/render"
60
60
```
61
61
62
62
Windows:
You can’t perform that action at this time.
0 commit comments