Skip to content

Commit f0442c8

Browse files
authored
Update README.md
1 parent 2e50a99 commit f0442c8

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
@@ -2,7 +2,7 @@
22
Some tools for using C# Regex in Notepad++ (As Notepad++ Plugin)
33

44
Need a [Notepad++](https://notepad-plus-plus.org/) x86 or x64 installed on the machine and the right to write in the plugin directory.
5-
(At least version 7.6.3, older versions can work but need modification of the file [NppPlugin.DllExport.targets](https://github.com/codingseb/CSharpRegexTools4Npp/blob/master/CSharpRegexTools4Npp/PluginInfrastructure/DllExport/NppPlugin.DllExport.targets))
5+
(At least version 7.6.3, older versions can work but need modification of the file [NppPlugin.DllExport.targets](https://github.com/codingseb/CSharpRegexTools4Npp/blob/master/CSharpRegexTools4Npp/PluginInfrastructure/DllExport/NppPlugin.DllExport.targets) see [Notepad++ plugins new directories structures](https://notepad-plus-plus.org/community/topic/16996/new-plugins-home-round-2))
66

77
## Features
88
* Syntax Highlight of the C# Regex
@@ -18,7 +18,7 @@ Need a [Notepad++](https://notepad-plus-plus.org/) x86 or x64 installed on the m
1818
## Installation
1919

2020
* Clone this repo
21-
* Give write access to "%NOTEPAD++Root%\plugins" directory
21+
* Give write access to "%PROGRAMFILES%\Notepad++\plugins\" directory
2222
* Launch CSharpRegexTools4Npp.sln in Visual Studio
2323
* Select the target platform x86 or x64 depending on your version of Notepad++
2424
* Compile and launch (F5) (It will copy the plugin in the right place and launch Notepad++)

0 commit comments

Comments
 (0)