Update installation.md

The command for command prompt was wrong
This commit is contained in:
Djkáťo 2023-06-07 14:41:13 +02:00 committed by GitHub
parent 01c6453c10
commit 7b492a37ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 echo 'require "tools/script_manager"' > ~/.config/darktable/luarc
### Windows ### 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 ### Snap