diff --git a/src/get-started.html b/src/get-started.html index eaebe9321..3184a2328 100644 --- a/src/get-started.html +++ b/src/get-started.html @@ -82,10 +82,11 @@ $ gem install font-awesome-less

- If you use Rails, add this to your e.g. application.css, just before *= require_self: + If you use Rails, add this to your e.g. application.less:

{% highlight css %} - *= require font-awesome + @import "font-awesome-sprockets"; + @import "font-awesome"; {% endhighlight %} @@ -115,10 +116,11 @@ $ gem install font-awesome-sass

- If you use Rails, add this to your e.g. application.css, just before *= require_self: + If you use Rails, add this to your e.g. application.scss:

{% highlight css %} - *= require font-awesome + @import "font-awesome-sprockets"; + @import "font-awesome"; {% endhighlight %}