Update gulp instructions in README

This commit is contained in:
Ken-Håvard Lieng 2020-04-24 03:04:46 +02:00
parent 4010132884
commit bb66740fd1

View File

@ -62,7 +62,7 @@ Fetch the dependencies:
```bash ```bash
GO111MODULE=off go get github.com/jteeuwen/go-bindata/... GO111MODULE=off go get github.com/jteeuwen/go-bindata/...
yarn global add gulp yarn global add gulp-cli
cd client cd client
yarn yarn
``` ```