]> granicus.if.org Git - pgbadger/commitdiff
Update README to reference 11.x instead of 7.x
authorWill Buckner <1458615+willbuckner@users.noreply.github.com>
Sat, 7 Sep 2019 20:56:16 +0000 (13:56 -0700)
committerGitHub <noreply@github.com>
Sat, 7 Sep 2019 20:56:16 +0000 (13:56 -0700)
Installation instructions currently indicate 7.x as the current version, while 11.x is the current release.

README

diff --git a/README b/README
index 547cc07ec6dcbf6c2df639bcea26f1eb8ac02f37..4a59213ac20eae4d137b571635fa2ba36d469031 100644 (file)
--- a/README
+++ b/README
@@ -439,8 +439,8 @@ REQUIREMENT
 INSTALLATION
     Download the tarball from GitHub and unpack the archive as follow:
 
-            tar xzf pgbadger-7.x.tar.gz
-            cd pgbadger-7.x/
+            tar xzf pgbadger-11.x.tar.gz
+            cd pgbadger-11.x/
             perl Makefile.PL
             make && sudo make install