From f02dbf82f2971c94d4936a5b737b0fb12483030f Mon Sep 17 00:00:00 2001 From: Set Date: Thu, 8 Aug 2013 22:40:53 +0900 Subject: [PATCH] add How to Install to README --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f737da..5b32d5e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ ![BlackQuill](./BlackQuill.png) -

BlackQuill is Coming Soon... +

BlackQuill 0.1.2 released

-
-![planAndProceed](./planAndproceed.png) +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 -- 2.11.0