Skip to content

Commit c899040

Browse files
authored
Merge pull request darktable-org#423 from wpferguson/update_flatpak_readme
README.md - updated (fixed typos) echo commands to build luarc file
2 parents 875734d + e8af665 commit c899040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,15 +174,15 @@ The recommended way to enable and disable specific scripts is using the script m
174174

175175
### Windows
176176

177-
echo "require 'tools/script_manager'" > %LOCALAPPDATA%\darktable\luarc
177+
echo require "tools/script_manager" > %LOCALAPPDATA%\darktable\luarc
178178

179179
### Snap
180180

181181
echo 'require "tools/script_manager"' > ~/snap/darktable/current/luarc
182182

183183
### Flatpak
184184

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

187187
You can also create or add lines to the luarc file from the command line:
188188

0 commit comments

Comments
 (0)