Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Law committed Jun 28, 2014
1 parent d587130 commit 057cd24
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
rails-clean-architecture
Rails Clean Architecture
========================

Clean Architecture (http://blog.8thlight.com/uncle-bob/2012/08/13/the-clean-architecture.html) template for Rails apps
*[Clean Architecture](http://blog.8thlight.com/uncle-bob/2012/08/13/the-clean-architecture.html) template for Rails apps*

Instructions
------------

```
git clone git@github.com:reedlaw/rails-clean-architecture.git
rails new APP_NAME --skip-action-view --skip-sprockets --skip-spring --skip-javascript --skip-test-unit --skip-bundle -m rails-clean-architecture/rails-clean-architecture.rb
```

0 comments on commit 057cd24

Please sign in to comment.