Skip to content

Commit

Permalink
Update README, last check before the first release
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Feb 19, 2019
1 parent 2bd2c12 commit 258ece9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
Put this in your `Gemfile` :

```ruby
gem 'active_settings', git: 'https://github.com/jbox-web/active_settings.git'
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }

gem 'active_settings', github: 'jbox-web/active_settings', tag: '1.0.0'
```

then run `bundle install`.
Expand Down

0 comments on commit 258ece9

Please sign in to comment.