OSDN Git Service

Update README to use code-block format
authormzp <mzpppp@gmail.com>
Sun, 15 Mar 2009 00:39:00 +0000 (09:39 +0900)
committermzp <mzpppp@gmail.com>
Sun, 15 Mar 2009 00:39:00 +0000 (09:39 +0900)
README.mkdn

index 8bce5c4..571218b 100644 (file)
@@ -27,18 +27,18 @@ INSTALL
 
 If you type:
 
-   $ omake config
-   $ omake all
-   $ (omake check)
-   $ (sudo) omake install
+  $ omake config
+  $ omake all
+  $ (omake check)
+  $ (sudo) omake install
 
 then install to a default directory(/usr/local/).
 
 Or,install to another directory:
 
-   $ omake all
-   $ (omake check)
-   $ (sudo) omake install PREFIX=/path/to/
+  $ omake all
+  $ (omake check)
+  $ (sudo) omake install PREFIX=/path/to/
 
 DOCUMENTS
 ---------