Procházet zdrojové kódy

Frissítés "README.md"

chestercs před 6 roky
rodič
revize
74dcb07176
1 změnil soubory, kde provedl 14 přidání a 9 odebrání
  1. 14 9
      README.md

+ 14 - 9
README.md

@@ -1,4 +1,14 @@
-install au3 cli app with au3.au3
+# Notepad++ As Scite (autoit) IDE
+
+### Install:
+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)"
@@ -8,15 +18,10 @@ 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).
-note:  Admin is required when notePP starts
 
 
 
-Gitbash with noteP++:
-NppExec nem script:
-"C:\Program Files\Git\git-bash.exe" --cd="C:\Users\Oro Jackson\Desktop\wowautoit"
-
-
-
-Copy notepad++ to %APPDATA%\Notepad++\
 
+**Gitbash with noteP++:**
+NppExec nem script:
+"C:\Program Files\Git\git-bash.exe" --cd="C:\Users\currentProjectDirectory??"