@mermaid-js/mermaid-cli 8.13.10 → 8.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/mermaid.min.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -95,7 +95,7 @@ docker run -it -v /path/to/diagrams:/data minlag/mermaid-cli -i /data/diagram.mm
|
|
|
95
95
|
|
|
96
96
|
## Install locally
|
|
97
97
|
|
|
98
|
-
Some people are [having
|
|
98
|
+
Some people are [having issues](https://github.com/mermaidjs/mermaid.cli/issues/15)
|
|
99
99
|
installing this tool globally. Installing it locally is an alternative solution:
|
|
100
100
|
|
|
101
101
|
```
|