mirror of
https://github.com/actix/examples
synced 2025-06-28 09:50:36 +02:00
Minor fixes.
This commit is contained in:
@ -2,5 +2,4 @@ This directory includes weather information obtained from NOAA for NYC Central P
|
||||
|
||||
# Setup Instructions
|
||||
|
||||
Set up a sqlite3 database by executing the setup_db.sh file: ``bash sqlite_db.sh``
|
||||
|
||||
Set up a sqlite3 database by executing the setup_db.sh file: `bash sqlite_db.sh`
|
||||
|
@ -1,2 +1,3 @@
|
||||
sqlite3 weather.db < db/db.sql ; \
|
||||
sqlite3 -csv weather.db ".import db/nyc_centralpark_weather.csv nyc_weather"
|
||||
#!/usr/bin/env bash
|
||||
sqlite3 weather.db < db.sql
|
||||
sqlite3 -csv weather.db ".import nyc_centralpark_weather.csv nyc_weather"
|
||||
|
Reference in New Issue
Block a user