diff --git a/src/get-started.html b/src/get-started.html index 300058aa5..6a50fe54e 100644 --- a/src/get-started.html +++ b/src/get-started.html @@ -81,13 +81,19 @@ $ gem install font-awesome-less {% endhighlight %} +

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

+{% highlight css %} + *= require font-awesome +{% endhighlight %}

Use the Official Font Awesome SASS Ruby Gem to easily get Font - Awesome SASS into a Rails project. Generously maintained by @supercodepoet. + Awesome SASS into a Rails or Compass project. Generously maintained by @supercodepoet.

  1. @@ -108,6 +114,12 @@ $ gem install font-awesome-sass {% endhighlight %}
+

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

+{% highlight css %} + *= require font-awesome +{% endhighlight %}