Skip to content

Commit 67634ec

Browse files
committed
Explain how to regenerate the mindmap for different languages
1 parent 61ce68a commit 67634ec

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

pattern-categorization/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,15 @@ To test your changes locally, you can also generate the mind map yourself like t
3535
We are using `node 12.x` at the moment.
3636
3737
```
38+
# install the markmap CLI
3839
npm install -g markmap-cli
39-
npx markmap --no-toolbar innersource-program-mind-map.md
40+
41+
# then generate the mindmap (it will open in your browser automatically)
42+
npx markmap --no-toolbar innersource-program-mind-map.md -o innersource-program-mind-map.html
43+
44+
# to generate the mindmap for a different language, run the script on the files in the respetive subfolder.
45+
# e.g. for Galician (`gl`)
46+
npx markmap --no-toolbar gl/innersource-program-mind-map.md -o gl/innersource-program-mind-map.html
4047
```
4148
4249
## Future Ideas for Categorization

0 commit comments

Comments
 (0)