@mermaid-js/mermaid-cli 9.1.7 → 9.2.2

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 CHANGED
@@ -169,7 +169,9 @@ permission issues.
169
169
  `yarn global add @mermaid-js/mermaid-cli` or `npm install -g @mermaid-js/mermaid-cli`
170
170
 
171
171
  ## Install with [brew](https://brew.sh)
172
-
172
+ This method of installation is no longer supported.
173
+ For more details, see the [discussion](https://github.com/mermaid-js/mermaid-cli/issues/288).
174
+ An old version of mermaid-cli can be installed with brew.
173
175
  ```
174
176
  brew install mermaid-cli
175
177
  ```
@@ -185,6 +187,7 @@ it installs (`mmdc`). `npx -p @mermaid-js/mermaid-cli mmdc -h`
185
187
 
186
188
  1. [Linux sandbox issue](docs/linux-sandbox-issue.md)
187
189
  2. [Docker permission denied issue](docs/docker-permission-denied.md)
190
+ 3. [How to setup up mermaid to use already installed chromium?](docs/already-installed-chromium.md)
188
191
 
189
192
  ## For contributors
190
193