Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor Doc Changes #147

Merged
merged 1 commit into from
May 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Getting Started

## Obtaining the AWS Advanced JDBC Wrapper
## Obtaining the AWS ODBC Driver for MySQL
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. A little embarrassed we didn't catch that but thanks for pointing it out.


You will find installers for Windows, MacOS and Linux that can be downloaded directly from [GitHub Releases](https://github.com/awslabs/aws-mysql-odbc/releases) to install the AWS ODBC Driver for MySQL.

Expand Down
1 change: 1 addition & 0 deletions docs/building-the-aws-driver/BuildingTheAwsDriver.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- `cmake`
- `mysql-client`
- `mysql`
- `aws-sdk-cpp`
2. Set the environment variable MYSQL_DIR as the path to your `mysql-client` installation location:
```
export MYSQL_DIR=/usr/local/opt/mysql-client
Expand Down
2 changes: 1 addition & 1 deletion docs/testing-the-aws-driver/TestingTheAwsDriver.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
cmake --build build --config Release
```
2. There are two options to run the unit tests:
- Run `ctest` directly from the `unit_testing` directory.
- Run `ctest` directly from the `build/unit_testing` directory.
- Navigate to `unit_testing/bin/Release` and run `unit_testing.exe`. To specify a particular test or test suite, include `--gtest_filter` in the command.

The following example demonstrates running all the tests in the `TopologyServiceTest` suite with the `.\unit_testing.exe --gtest_filter=TopologyServiceTest.*` command:
Expand Down