Skip to content

Commit 589554e

Browse files
committed
updated the readme file with necessary command to run the application
1 parent d18c445 commit 589554e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Provide table data as a CSV ([comma-separated values](https://en.wikipedia.org/w
55
1. Confirm you have a directory named `csv`
66
2. Confirm you have a directory named `sql`
77
3. Save your input CSV file in the `csv` directory
8-
4. In a terminal window, run `node . YourFileName`
8+
4. In a terminal window, first run `npm install` to install dependencies and then run `npm start YourFileName`
99
5. Watch the terminal window for any error messages
1010
6. Your SQL insert statement will be saved in `sql/YourFileName.sql`
1111

0 commit comments

Comments
 (0)