We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 875734d + e8af665 commit c899040Copy full SHA for c899040
README.md
@@ -174,15 +174,15 @@ The recommended way to enable and disable specific scripts is using the script m
174
175
### Windows
176
177
- echo "require 'tools/script_manager'" > %LOCALAPPDATA%\darktable\luarc
+ echo require "tools/script_manager" > %LOCALAPPDATA%\darktable\luarc
178
179
### Snap
180
181
echo 'require "tools/script_manager"' > ~/snap/darktable/current/luarc
182
183
### Flatpak
184
185
- echo require "tools/script_manager"' > ~/.var/app/org.darktable.Darktable/config/darktable/luarc
+ echo 'require "tools/script_manager"' > ~/.var/app/org.darktable.Darktable/config/darktable/luarc
186
187
You can also create or add lines to the luarc file from the command line:
188
0 commit comments