Skip to content

Commit

Permalink
Merge pull request darktable-org#423 from wpferguson/update_flatpak_r…
Browse files Browse the repository at this point in the history
…eadme

README.md - updated (fixed typos) echo commands to build luarc file
  • Loading branch information
wpferguson authored Jul 16, 2023
2 parents 875734d + e8af665 commit c899040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,15 @@ The recommended way to enable and disable specific scripts is using the script m

### Windows

echo "require 'tools/script_manager'" > %LOCALAPPDATA%\darktable\luarc
echo require "tools/script_manager" > %LOCALAPPDATA%\darktable\luarc

### Snap

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

### Flatpak

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

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

Expand Down

0 comments on commit c899040

Please sign in to comment.