Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Sep 8, 2024
1 parent e644854 commit ee34515
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,20 @@

---

## Installation
## Quickstart

### HTML Script Tag
To install `pack.gl`, use npm or yarn:

``` html
<script src="https://unpkg.com/pack.gl@latest/dist.min.js"></script>
### NPM

``` bash
npm install pack.gl --save-dev
```

### NPM Module
### Yarn

``` bash
npm install pack.gl --save-dev
yarn add pack.gl --dev
```

---
Expand Down

0 comments on commit ee34515

Please sign in to comment.