diff --git a/README.md b/README.md index 5c54f26f5..fb4f9b89e 100644 --- a/README.md +++ b/README.md @@ -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