Fix CSS instructions in CONTRIBUTING.md (#3053)

pull/3043/head^2
silverwind 7 years ago committed by Lunny Xiao
parent d8d38ed059
commit 674422b642
  1. 2
      CONTRIBUTING.md

@ -100,7 +100,7 @@ Generally, the go build tools are installed as-needed in the `Makefile`.
An exception are the tools to build the CSS and images.
- To build CSS: Install [Node.js](https://nodejs.org/en/download/package-manager)
with `npm` and then run `npm install` and `make stylesheets`.
with `npm` and then run `npm install` and `make generate-stylesheets`.
- To build Images: ImageMagick, inkscape and zopflipng binaries must be
available in your `PATH` to run `make generate-images`.

Loading…
Cancel
Save