Skip to content

Commit

Permalink
Update readmes a to be clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mershon committed Aug 5, 2014
1 parent 23f528d commit e181266
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 4 additions & 0 deletions clojure/example/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Requirements
--
* leiningen

Getting Started
--
`lein ring server 9000`
6 changes: 3 additions & 3 deletions rails/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Requirements

Getting Started
--
`bundle install`
`bin/rake db:migrate RAILS_ENV=development`
`rails server`
1. `bundle install`
1. `bin/rake db:migrate RAILS_ENV=development`
1. `rails server`
10 changes: 4 additions & 6 deletions struts2/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ Requirements

Getting Started
--
`cp ../../html5/index.html src/main/webapp/`
`cp -r ../../html5/css src/main/webapp/`
`cp -r ../../html5/js src/main/webapp/`
`mvn -Djetty.port=9000 jetty:run`


1. `cp ../../html5/index.html src/main/webapp/`
1. `cp -r ../../html5/css src/main/webapp/`
1. `cp -r ../../html5/js src/main/webapp/`
1. `mvn -Djetty.port=9000 jetty:run`

0 comments on commit e181266

Please sign in to comment.