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

Commit e4a8a75

Browse files
committed
update README
1 parent 5355f8f commit e4a8a75

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
## Hyperloop - The Complete Isomorphic Ruby Framework
3+
4+
Hyperloop works great with new or existing rails apps, so it's pain free to introduce it to your application.
5+
6+
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).
7+
8+
9+
### Setup
10+
11+
In your `Gemfile`
12+
13+
```ruby
14+
gem 'hyperloop'
15+
```
16+
17+
then
18+
19+
```ruby
20+
bundle install
21+
```
22+
23+
Once the Hyperloop Gem and all its dependencies have been installed, it's time to run the hyperloop install generator.
24+
25+
```ruby
26+
rails g hyperloop:install
27+
```

lib/hyperloop/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Hyperloop
2-
VERSION = '0.5.2'
2+
VERSION = '0.5.4'
33
end

0 commit comments

Comments
 (0)