mirror of
https://github.com/screentinker/screentinker.git
synced 2026-06-29 09:23:16 -06:00
docs(radar): note Leaflet is vendored locally, not committed
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
44a0fff0ed
commit
e85c08eb26
|
|
@ -52,7 +52,10 @@ needed.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
1. **Vendor Leaflet:**
|
> **Note:** Leaflet is **not** committed to this repo (it's third-party, BSD-2-licensed).
|
||||||
|
> The script below downloads it locally — run it once before deploying. Nothing else to install.
|
||||||
|
|
||||||
|
1. **Vendor Leaflet** (downloads `leaflet.js` + `leaflet.css` into this dir):
|
||||||
```bash
|
```bash
|
||||||
./vendor-leaflet.sh
|
./vendor-leaflet.sh
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue