README.md in faalis-2.0.0 vs README.md in faalis-2.0.1
- old
+ new
@@ -10,11 +10,11 @@
**Faalis** is well tuned platform to create web applications as fast as possible. It is built on top of other quality
tools, and provides additional features like a robust dashboard, pre-baked authentication and authorization and other
cool stuff.
## Installation
-Simply add `faalis` to your gem file with following command:
+Simply add these to the end of your `Gemfile`:
```ruby
source 'http://rails-assets.org' do
gem 'rails-assets-sugar'
gem 'rails-assets-bootstrap-rtl'
@@ -23,10 +23,10 @@
gem 'rails-assets-jquery-sparkline'
gem 'rails-assets-jquery-icheck'
gem 'rails-assets-admin-lte'
end
-gem "faalis", github: 'Yellowen/Faalis'
+gem "faalis"
```
Then install your project dependencies using `bundle` command:
```bash