Author: stevel
Date: Thu Dec 18 10:31:49 2014
New Revision: 1646432

URL: http://svn.apache.org/r1646432
Log:
formatting windows notes

Modified:
    incubator/slider/site/trunk/content/developing/windows.md

Modified: incubator/slider/site/trunk/content/developing/windows.md
URL: 
http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/developing/windows.md?rev=1646432&r1=1646431&r2=1646432&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/developing/windows.md (original)
+++ incubator/slider/site/trunk/content/developing/windows.md Thu Dec 18 
10:31:49 2014
@@ -69,13 +69,14 @@ Their `tcpview` tool is ideal for seeing
 ### Knowledge
 
 1. Knowledge of the [CMD.EXE command 
line](http://technet.microsoft.com/en-us/library/bb490954.aspx)
-1. How to set `Path`. 
-    i. In explorer, find "This PC"
-    i. right mouse button onto "properties"
-    i. then "advanced properties"
+1. How to set `Path`
+
+    1. In explorer, find "This PC"
+    1. right mouse button onto "properties"
+    1. then "advanced properties"
     1. then "Environment variables"
     1. then the user env vars ... scroll down to find path.
-    1. copy the `Path` value, edit in PFE or similar, paste back in.
+    1. copy the `Path` value, edit in jedit or similar, paste back in.
     1. Open a new command window.
  
  
@@ -90,16 +91,15 @@ not any cygwin one.
 
 
 Things to install in cygwin
-* sh
-* ls
-* rm
-* cp
-* gzip
-* tar
-* awk
-* grep
-* xargs
-
+* `sh`
+* `ls`
+* `rm`
+* `cp`
+* `gzip`
+* `tar`
+* `awk`
+* `grep`
+* `xargs`
 
 
 ## Avoid
@@ -138,9 +138,9 @@ example:
 
 and for hadoop, once installed
 
-winutils sysinfo
-hadoop version
-hadoop checknative 
+    winutils sysinfo
+    hadoop version
+    hadoop checknative 
     
 
 


Reply via email to