Skip to content

Commit

Permalink
Update README.md (#40)
Browse files Browse the repository at this point in the history
* fix typos
  • Loading branch information
alinaliBQ authored Mar 8, 2022
1 parent 6154e19 commit 1f3ed01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Example:
### Running and Installing Local MongoDB Server

1. Run the following script to setup MongoDB server on your machine.
1. `cd odbc-test/scripts`
2. `.\reinstall_mongodb_.ps1` (Windows) or `./reinstall_mongodb_mac_.sh` (MacOS)
1. `cd src/odbc-test/scripts`
2. `.\reinstall_mongodb.ps1` (Windows) or `./reinstall_mongodb_mac.sh` (MacOS)
2. Install the test data
1. `cd odbc-test/scripts`
1. `cd src/odbc-test/scripts`
2. `.\import_test_data.ps1` (Windows) or `./import_test_data.sh` (MacOS or Linux)

### Windows
Expand Down

0 comments on commit 1f3ed01

Please sign in to comment.