From b93e786572459aa62f3efbaa23e9f9bb4f319cf8 Mon Sep 17 00:00:00 2001 From: David Erceg Date: Tue, 1 Oct 2024 11:29:39 +1000 Subject: [PATCH] Update command line in plugins readme As noted in #476, the command line option to enable plugins was out of date. The option was changed in 2e2fca092be59fa614c0811c56dd179a109e14d6. This commit updates the readme so that it contains the correct command. --- Plugins/Readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Readme.txt b/Plugins/Readme.txt index 99c892425e..cd85cfd143 100644 --- a/Plugins/Readme.txt +++ b/Plugins/Readme.txt @@ -5,4 +5,4 @@ To load the plugins here, go through the following steps: 1. Copy the desired plugins into a "plugins" folder in the same directory as the Explorer++ executable. 2. Start Explorer++ with plugin support enabled: -explorer++.exe --enable-plugins \ No newline at end of file +explorer++.exe --enable-features Plugins \ No newline at end of file