From: Tim Date: Wed, 8 May 2019 19:26:05 +0000 (-0400) Subject: Update README.org X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72d8a0219689d0a5639fd830fb4a2f86549370fb;p=postgresql-autodoc Update README.org install vs build --- diff --git a/README.org b/README.org index 1458a25..ea1d9ae 100644 --- a/README.org +++ b/README.org @@ -22,11 +22,17 @@ This program requires the following perl modules: (Debian should be similar/identical) -Install the following required perl modules: +**** from the universe repository -~$ sudo apt-get install libdbi-perl libhtml-template-perl libterm-readkey-perl libdbd-pg-perl~ +~$ sudo apt install postgresql-autodoc~ -Once you have installed the requirements, browse to the autodoc directory and run: +**** from github + +~$ sudo apt install libdbi-perl libhtml-template-perl libterm-readkey-perl libdbd-pg-perl~ + +~$ git clone https://github.com/cbbrowne/autodoc.git~ + +~$ cd autodoc~ ~$ sudo make install~