Skip to content

Commit 0d5727c

Browse files
committed
Added instructions for installation using npm
1 parent f1707ef commit 0d5727c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ See [pyglplot](https://github.com/danchitnis/pyglplot) for the python equivalent
3737

3838
## Getting started
3939

40+
### Install the library using npm:
41+
42+
```bash
43+
npm install webgl-plot
44+
```
45+
4046
### Create an HTML canvas with an appropriate width or height:
4147

4248
```html

0 commit comments

Comments
 (0)