Skip to content

Commit 643ebf6

Browse files
authored
Merge pull request morenoh149#6 from daanvinken/master
fix - Fixed typo dbname and unzip data in 'data' directory
2 parents 639e95d + a3480ad commit 643ebf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adventureworks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Commands:
44

55
```
6-
unzip data.zip # this will unzip all csv to the current directory
7-
psql -c "CREATE DATABASE \"adventureworks\";"
6+
unzip data.zip -d data # this will unzip the data into the directory 'data'
7+
psql -c "CREATE DATABASE \"Adventureworks\";"
88
psql -d Adventureworks < install.sql
99
```
1010

0 commit comments

Comments
 (0)