Skip to content

Commit

Permalink
add install notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mla committed Oct 3, 2021
1 parent d1ca3a9 commit da5f18d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Fix -p short option (thanks to Jacek Trociński @jacektrocinski)
- Improve Docker workflow (thanks to Olivier Daland @olivierdalang)
- Added INSTALL.md (thanks Nathan Dawson @Fedelaus)

1.12 Sep 21, 2021

Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,21 @@ PostgreSQL database named "mydb", a sample database could be constructed with:
- pg\_dump should be in your search path (in order to dump the schema)
- Perl DBI and DBD::Pg (>= 2.0) modules

## Installation

1. Clone repo. e.g.,

$ git clone git@github.com:mla/pg_sample.git

2. Install dependencies. For Ubuntu / Mint, try:

$ sudo apt install perl libdbi-perl libdbd-pg-perl

3. Run it.

$ cd pg_sample
$ ./pg_sample [OPTIONS] ... # See below for options

## Command-line Options

_dbname_
Expand Down

0 comments on commit da5f18d

Please sign in to comment.