Skip to content

Commit

Permalink
Minor Documentation changes (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Rehnby-Martin <alexr@AlexRsMacbookPro.local>
  • Loading branch information
alexr-bq and Alex Rehnby-Martin authored May 9, 2023
1 parent 08d88c3 commit 08517c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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

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

0 comments on commit 08517c8

Please sign in to comment.