Skip to content

Commit ab18ff3

Browse files
authored
Update index.mdx
1 parent d15ea5d commit ab18ff3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/content/docs/workshop/node/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ We are using VS Code to write our code. It is a free, open-source editor with gr
5858

5959
If you are doing this workshop as part of a hosted lab, then a user profile and system will be provided to you. If you're using your own system, then ensure SSH is running on your system. [Check out the requirements](../../).
6060

61+
#### Install the IBM i Database Driver (Windows)
62+
63+
* [Download the driver for Windows from IBM](https://www.ibm.com/support/pages/ibm-i-access-client-solutions)
64+
6165
---
6266

6367
## Goals
@@ -502,4 +506,4 @@ The validator will now check that the inputs and outputs of API calls match the
502506

503507
<Aside type="note">
504508
Perhaps after adding the validator some of your API calls are no longer working, or are returning errors. This is a good thing! It means that the validator is working and that your API is not matching the specification. You can now go back and fix the API to match the specification.
505-
</Aside>
509+
</Aside>

0 commit comments

Comments
 (0)