From d669c447825e983c1c353d2874a3e7a83cda5b26 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Sun, 26 Nov 2023 10:00:18 -0500 Subject: [PATCH] Add installation instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1e908d3..89384d2 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,9 @@ This package provides an automatically configured [client for OpenSearch](https://opensearch.org/docs/latest/clients/javascript/index/) in an [Architect](https://arc.codes/) application. Pair this package with [@nasa-gcn/architect-plugin-search](https://github.com/nasa-gcn/architect-plugin-search), a [plugin](https://arc.codes/docs/en/guides/plugins/overview) that adds [Amazon OpenSearch](https://aws.amazon.com/opensearch-service/) to your application. + +## To install + +``` +npm i @nasa-gcn/architect-functions-search +```