Skip to content

Commit 9f93f27

Browse files
committed
docs: Add install instructions
1 parent b188262 commit 9f93f27

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,17 @@ React hooks to build front-end applications for STAC APIs.
77
88
## Installation
99

10-
TBD
10+
With NPM:
11+
12+
```sh
13+
npm i @developmentseed/stac-react
14+
```
15+
16+
With Yarn:
17+
18+
```sh
19+
yarn add @developmentseed/stac-react
20+
```
1121

1222

1323
## API

0 commit comments

Comments
 (0)