README.md in foxfire-theme-0.1.0 vs README.md in foxfire-theme-0.1.1
- old
+ new
@@ -2,5 +2,28 @@
![Logo](logo_sized.png)
A fork the [Hacker](https://github.com/pages-themes/hacker) theme from pages-themes,
for use with the [Foxfire Blog](https://sashanullptr.github.io/Foxfire-Blog/).
+
+## Installation
+
+The Foxfire Theme is hosted on [rubygems.org](rubygems.org) and can be installed
+as follows.
+
+```shell
+gem install foxfire-theme
+```
+
+## Use in Jekyll Sites
+
+Add the following to `_config.yml` for your site.
+
+```yaml
+theme: foxfire-theme
+```
+
+And add the following to `Gemfile`.
+
+```ruby
+gem "foxfire-theme"
+```