]> granicus.if.org Git - postgresql-autodoc/commitdiff
Update README.org
authorTim <elatllat@gmail.com>
Wed, 8 May 2019 19:26:05 +0000 (15:26 -0400)
committerGitHub <noreply@github.com>
Wed, 8 May 2019 19:26:05 +0000 (15:26 -0400)
install vs build

README.org

index 1458a25911ef52a5bca2102ed3b7ecf4afc6cd94..ea1d9ae52742d664937b9724c8d8f65f019d0477 100644 (file)
@@ -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~