From ee34515ce05648f6fe9529655bb7617c9ae92f5c Mon Sep 17 00:00:00 2001 From: Lars van Vianen Date: Sun, 8 Sep 2024 11:55:13 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 07a28aa..c25de80 100644 --- a/README.md +++ b/README.md @@ -38,18 +38,20 @@ --- -## Installation +## Quickstart -### HTML Script Tag +To install `pack.gl`, use npm or yarn: -``` html - +### NPM + +``` bash +npm install pack.gl --save-dev ``` -### NPM Module +### Yarn ``` bash -npm install pack.gl --save-dev +yarn add pack.gl --dev ``` ---