Skip to content

Commit

Permalink
Give more information about run and build middleman
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Özgür ÖZKAN committed May 28, 2014
1 parent d23d1f3 commit 7746060
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,21 @@ TODO

## Usage

TODO
For see in action

1. `git clone [email protected]:lab2023/hierapolis.git`
2. `bundle install`
3. `middleman`
4. Open `0.0.0.0:4567`

Get html, css, js output

1. `middleman build`
2. `cd build`

You can see outputs in build folder.

**NOTE**

* There is also [Rails Hierapolis Gem](https://github.com/kebab-project/hierapolis-rails) for Rails developer.

Expand Down

0 comments on commit 7746060

Please sign in to comment.