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

Commit 03262ff

Browse files
committed
Improve instructions for updating components
1 parent e608d43 commit 03262ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/prism/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ The prism/components directory contains the contents of https://github.com/Prism
1616
3. Append `cat prism-settings.js >> prism.js`
1717
4. Append `cat prism-title.js >> prism.js`
1818
5. [Download grammars](https://prismjs.com/plugins/autoloader/) and update prism-components/
19+
20+
- Clone https://github.com/prismjs/prism
21+
- cp prism/components/* ./prism-components/
22+
- Remove non-minified JS ( ls -1 | rg -v .min.js | xargs rm )

0 commit comments

Comments
 (0)