darktable-org / lua-scripts

155 stars 110 forks source link

Readme page typo #417

Closed DaedlyKitten closed 1 year ago

DaedlyKitten commented 1 year ago

The "Enabling" section flatpak has "echo require "tools/script_manager"' > ~/.var/app/org.darktable.Darktable/config/darktable/luarc"

but it should be

echo 'require "tools/script_manager"' > ~/.var/app/org.darktable.Darktable/config/darktable/luarc

it's missing one single quote