Skip to content

Commit 6829141

Browse files
authored
Update README.md: added link to script_manager docs
just for convenience: added a link to dt documenation for script manager module in the 'enable' section
1 parent aed3275 commit 6829141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ If you don't have %LOCALAPPDATA%\darktable you have to start dartable at least o
178178

179179
When darktable starts it looks for a file name `~/.config/darktable/luarc` (`%LOCALAPPDATA%\darktable\luarc` for windows) and reads it to see which scripts to include. The file is a plain text file with entries of the form `require "<directory>/<name>"` where directory is the directory containing the scripts, from the above list, and name is the name from the above list. To include GIMP the line would be `require "contrib/gimp"`.
180180

181-
The recommended way to enable and disable specific scripts is using the script manager module. To use script manager do the following:
181+
The recommended way to enable and disable specific scripts is using the [script manager](https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/tools/script_manager/) module. To use script manager do the following:
182182

183183
### Linux or MacOS
184184

0 commit comments

Comments
 (0)