Parcourir la source

Frissítés "README.md"

chestercs il y a 6 ans
Parent
commit
a094f64250
1 fichiers modifiés avec 11 ajouts et 11 suppressions
  1. 11 11
      README.md

+ 11 - 11
README.md

@@ -1,23 +1,23 @@
 # Notepad++ As Scite (autoit) IDE
 
 ### Install:
-Install au3 cli app with **installAu3.au3** (may take long time)
-Copy notepad++ to %APPDATA%\Notepad++\
+* Install au3 cli app with **installAu3.au3** (may take long time)
+* Copy notepad++ to %APPDATA%\Notepad++\
 
 **Note!** 
 *Admin is required when notePP starts*
 
 
 ### Manual install Method
-open notepadPP. install nppexec plugin
-add new for npp exec -> hit F6 -> add this script
-au3 "$(FULL_CURRENT_PATH)"
--> name it for Au3Exec
-Save it. then go npp_exec advanced options
-add add new menu item with the Au3Exec script
-Second, assign a shortcut key for this new menu item 
-using Notepad++'es Settings -> Shortcut Mapper -> 
-Plugin commands (you'll find the menu item there).
+* open notepadPP. install nppexec plugin
+* add new for npp exec -> hit F6 -> add this script
+* au3 "$(FULL_CURRENT_PATH)"
+* -> name it for Au3Exec
+* Save it. then go npp_exec advanced options
+* add add new menu item with the Au3Exec script
+* Second, assign a shortcut key for this new menu item 
+* using Notepad++'es Settings -> Shortcut Mapper -> 
+* Plugin commands (you'll find the menu item there).