From 86d2e7889484851b5f76fe5842e06956a1503e14 Mon Sep 17 00:00:00 2001 From: RobAtticus NA Date: Wed, 1 Mar 2017 20:33:50 +0000 Subject: [PATCH] Make sure UsingSamples steps are in ordered list --- docs/UsingSamples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/UsingSamples.md b/docs/UsingSamples.md index 592e5a6f8..a1466fe08 100644 --- a/docs/UsingSamples.md +++ b/docs/UsingSamples.md @@ -35,6 +35,7 @@ For more details and example usage, see Data is easily imported using the standard way of restoring `pg_dump` backups. Briefly the steps are: + 1. Unzip the archive, 1. Create a database for the data (using the same name as the dataset) 1. Import the data via `psql`