Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
7b492a37ef |
1 changed files with 5 additions and 1 deletions
|
@ -61,8 +61,12 @@ The recommended way to enable and disable specific scripts is using the script m
|
||||||
echo 'require "tools/script_manager"' > ~/.config/darktable/luarc
|
echo 'require "tools/script_manager"' > ~/.config/darktable/luarc
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
inside command prompt:
|
||||||
|
|
||||||
echo "require 'tools/script_manager'" > %LOCALAPPDATA%\darktable\luarc
|
echo require 'tools/script_manager' > %LOCALAPPDATA%\darktable\luarc
|
||||||
|
inside PowerShell:
|
||||||
|
|
||||||
|
echo "require 'tools/script_manager'" > $env:LOCALAPPDATA\darktable\luarc
|
||||||
|
|
||||||
### Snap
|
### Snap
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue