From 72d8a0219689d0a5639fd830fb4a2f86549370fb Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 8 May 2019 15:26:05 -0400 Subject: [PATCH] Update README.org install vs build --- README.org | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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~ -- 2.40.0