summaryrefslogtreecommitdiffstats
path: root/README.md
blob: bc6f5fc0b76878397f2f1a27f9924392b2e1c357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Fedora Darkfish generator for RDoc

RDoc plugin for Fedora leveraging the Darkfish template that symlinks common template files.

## Installation

Add this line to your application's `Gemfile`:

```
gem 'fedora_darkfish'
```

And then execute the `bundle` command to install the gem.

Alternatively, you can also manually install the gem using the following command:

```
$ gem install fedora_darkfish
```

To use the gem with the `rdoc` command on CLI, you have to require it, so that RDoc is able to pick the gem up:
```
$ RUBYOPT='-r fedora_darkfish' rdoc --fmt=fedora
```

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).