Skip to content

Commit 63471aa

Browse files
committed
Add GenAI-ChatBot-application-sample
1 parent a10a003 commit 63471aa

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

AI/GenAI-ChatBot-application-sample/README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,21 @@ To get started, you need to configure one of the supported login providers. Conf
4949
- CLERK_SECRET_KEY=YOUR_CLERK_SECRET_KEY
5050
- NEXT_PUBLIC_CLERK_TEMPLATE=YOUR_CLERK_TEMPLATE
5151

52-
## Install the application dependencies
53-
To install the supplemental middleware that the application depends on, run the following command:
52+
## Download the application
53+
To download the application, clone the GitHub repository. Then, change to the sample application directory so that you can build or run it:
54+
55+
1.
56+
```bash
57+
git clone https://github.com/NetApp/FSx-ONTAP-samples-scripts
58+
```
59+
60+
2.
61+
```bash
62+
cd FSx-ONTAP-samples-scripts/AI/GenAI-ChatBot-application-sample
63+
```
64+
65+
## Install dependencies
66+
To install dependencies for the sample application, run the following command:
5467

5568
```bash
5669
npm install
@@ -80,7 +93,6 @@ npm run build
8093
- [Next.js documentation](https://nextjs.org/docs) - learn about Next.js features and API.
8194
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
8295

83-
8496
## Author Information
8597

8698
This repository is maintained by the contributors listed on [GitHub](https://github.com/NetApp/FSx-ONTAP-samples-scripts/graphs/contributors).

0 commit comments

Comments
 (0)