Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 6e67810

Browse files
doc(#16): installation more obvious
1 parent 411b242 commit 6e67810

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/slides/slides.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,18 @@ The slide "Chart" relies on the charts components `<deckgo-pie-chart/>` and `<de
345345

346346
**Important note**: The [DeckDeckGo] charts components are provided in separate extra library. If you wish to add charts to your presentation, you will need to install this extra component from a CDN or [npm](https://www.npmjs.com/package/deckdeckgo). See the related documentation from its [installation guide](https://github.com/fluster/deckdeckgo-charts#getting-started).
347347

348+
From a CDN:
349+
350+
```
351+
<script src="https://unpkg.com/deckdeckgo-charts@latest/dist/deckdeckgo-charts.js"></script>
352+
```
353+
354+
From NPM:
355+
356+
```
357+
npm install deckdeckgo-charts
358+
```
359+
348360
The reasons behind are the following:
349361

350362
1. If you don't use charts, you will not have to install unnecessary dependencies

0 commit comments

Comments
 (0)