From 0643cf0869872a83e64c73b1847eb2549c100e99 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 9 May 2019 00:28:01 +0200 Subject: [PATCH] Remove the old mention about building the docs in the README. It's been a while we switched to the Read The Docs format, the ruby-ronn manpage is a thing of the past now. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 7b4b373..c2d6d7d 100644 --- a/README.md +++ b/README.md @@ -179,9 +179,3 @@ indexes, foreign keys, comments) and parallel loading of the corrected data: $ createdb pagila $ pgloader mysql://user@localhost/sakila postgresql:///pagila - -See the documentation file `pgloader.1.md` for details. You can compile that -file into a manual page or an HTML page thanks to the `ronn` application: - - $ apt-get install ruby-ronn - $ make docs