mirror of https://github.com/zulip/zulip.git
docs: Update svgo path in integrations docs.
I have updated the path for the svgo module in the integrations documentation as the other path would error out as `svgo` wasn't in PATH, so have updated to use `yarn run svgo` instead.
This commit is contained in:
parent
e65e39764a
commit
268b9446f3
|
@ -28,7 +28,7 @@ Usually, this involves a few steps:
|
|||
`static/images/integrations/logos/<name>.svg`, where `<name>` is the
|
||||
name of the integration, all in lower case; you can usually find them in the
|
||||
product branding or press page. Make sure to optimize the SVG graphic by
|
||||
running `svgo -f path-to-file`.
|
||||
running `yarn run svgo -f path-to-file`.
|
||||
|
||||
If you cannot find a SVG graphic of the logo, please find and include a PNG
|
||||
image of the logo instead.
|
||||
|
|
Loading…
Reference in New Issue