Skip to content

Commit 63669c3

Browse files
committed
Amend README.
1 parent 5f27ead commit 63669c3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.markdown

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ Unlike other inline-doc parsers, PDoc does not rely on the JavaScript source cod
99

1010
## Installation
1111

12-
PDoc depends on Rake, [Maruku](http://maruku.rubyforge.org/), and treetop, all of which can be obtained through RubyGems:
12+
PDoc depends on Rake, your choice of markdown parser, and treetop, all of which can be obtained through RubyGems:
1313

14-
gem install rake maruku treetop
14+
gem install rake bluecloth treetop
1515

16-
Maruku is a more solid alternative to BlueCloth and is compatible with Ruby 1.9.1.
17-
1816
## Usage
1917

2018
For hints on how to run PDoc on the command line, consult the built-in Rake tasks (in `Rakefile`) and the `PDoc::Runner` class (in `lib/pdoc/runner.rb`).

0 commit comments

Comments
 (0)