Skip to content

Commit 4b31191

Browse files
committed
Merge branch 'master' of github.com:Asymmetrik/leaflet-d3
2 parents c829113 + 76d6b67 commit 4b31191

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,17 @@
2020
## Install
2121
Install the package and its peer dependencies via npm:
2222
```
23-
npm install d3
24-
npm install d3-hexbin
25-
npm install leaflet
23+
npm install d3 d3-hexbin leaflet
2624
```
2725

26+
If you want to grab the source files directly without using npm, or you want to run the examples, you can build the dist files directly.
27+
Simply check out the repository, and then build it with the following commands:
28+
```
29+
git clone git@github.com:Asymmetrik/leaflet-d3.git
30+
cd leaflet-d3
31+
npm install
32+
npm run build
33+
```
2834

2935
## Usage
3036

0 commit comments

Comments
 (0)