From 6a1b6855e32dabc9f216ee65153510b10061aaa2 Mon Sep 17 00:00:00 2001 From: Maurice Aubrey Date: Sun, 3 Oct 2021 15:23:52 -0700 Subject: [PATCH] formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2d62a54..f2b36d8 100644 --- a/README.md +++ b/README.md @@ -39,16 +39,16 @@ To install locally: 1. Clone the repo. e.g., - $ git clone git@github.com:mla/pg_sample.git + ```$ 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 + ```$ sudo apt install perl libdbi-perl libdbd-pg-perl``` 3. Run it. - $ cd pg_sample - $ ./pg_sample ... # See below for options + ```$ cd pg_sample + $ ./pg_sample ... # See below for options``` ## Command-line Options