OSDN Git Service

add How to Install to README
authorSet <set.minami@gmail.com>
Thu, 8 Aug 2013 13:42:40 +0000 (22:42 +0900)
committerSet <set.minami@gmail.com>
Thu, 8 Aug 2013 13:42:40 +0000 (22:42 +0900)
README.md

index 5b32d5e..8b59be6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,14 +5,22 @@
 BlackQuill is an advanced markdown engine.
 # How to Install
 Step 1. Setup sbt [see](http://www.scala-sbt.org/release/docs/Getting-Started/Setup.html)
+
 Step 2. Clone BlackQuill sbt project
+
     git clone https://github.com/setminami/BlackQuill.git /path/to/yourlocal/directory
+
 Step 3. cd your local BlackQuill project directory and run an simple installer
+
     $cd /path/to/yourlocal/directory
     $./build.sh
+
 Step 4. Copy the BlackQuill to you PATH
+
     $sudo cp ./BlackQuill /path/to/can/execute/.
 
 OK, you can use BlackQuill.
+
 e.g.,)
+
     $BlackQuill --help
\ No newline at end of file