Skip to content
Merged
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
7 changes: 2 additions & 5 deletions src/markdown/setup/windows-installation-guide.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Amazon DocumentDB ODBC Driver Setup

## Pre-requisites
1. Install JAVA JDK https://corretto.aws/downloads/latest/amazon-corretto-17-x64-windows-jdk.msi
2. Make sure that JAVA_HOME envrionment variable is set and %JAVA_HOME%\bin is part of the PATH environment variable

## Install DocumentDB ODBC Driver
1. Download the [DocumentDB ODBC msi](https://github.com/aws/amazon-documentdb-odbc-driver/releases).
1. Download the 32 bit or 64 bit [DocumentDB ODBC
documentdb-odbc-<bitness>-<version>-all.exe](https://github.com/aws/amazon-documentdb-odbc-driver/releases).
2. Double-click the installer.
3. Follow the instructions on the installer window and finish the installation.

Expand Down