Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3 from fzingg/newfeature
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
fzingg authored Mar 28, 2017
2 parents 5355f8f + e4a8a75 commit 97fdf61
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

## Hyperloop - The Complete Isomorphic Ruby Framework

Hyperloop works great with new or existing rails apps, so it's pain free to introduce it to your application.

Hyperloop has been tested with the most recent Ruby On Rails verions:<br> Rails (4.2), Rails (5.0) and the last Rails (5.1.0.rc1).


### Setup

In your `Gemfile`

```ruby
gem 'hyperloop'
```

then

```ruby
bundle install
```

Once the Hyperloop Gem and all its dependencies have been installed, it's time to run the hyperloop install generator.

```ruby
rails g hyperloop:install
```
2 changes: 1 addition & 1 deletion lib/hyperloop/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Hyperloop
VERSION = '0.5.2'
VERSION = '0.5.4'
end

0 comments on commit 97fdf61

Please sign in to comment.