From 7b492a37ef642cff2afde7c74d1b5cacc75a40ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Djk=C3=A1=C5=A5o?= Date: Wed, 7 Jun 2023 14:41:13 +0200 Subject: [PATCH] Update installation.md The command for command prompt was wrong --- content/lua.scripts.manual/installation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/lua.scripts.manual/installation.md b/content/lua.scripts.manual/installation.md index 8a23d91..2797ac7 100644 --- a/content/lua.scripts.manual/installation.md +++ b/content/lua.scripts.manual/installation.md @@ -61,8 +61,12 @@ The recommended way to enable and disable specific scripts is using the script m echo 'require "tools/script_manager"' > ~/.config/darktable/luarc ### Windows +inside command prompt: - echo "require 'tools/script_manager'" > %LOCALAPPDATA%\darktable\luarc + echo require 'tools/script_manager' > %LOCALAPPDATA%\darktable\luarc +inside PowerShell: + + echo "require 'tools/script_manager'" > $env:LOCALAPPDATA\darktable\luarc ### Snap