added colons to lines in readme referencing code blocks

pull/10616/head
Scott Andreson 2018-03-28 15:47:26 -06:00
parent 8a741cdd36
commit 0411f910d8
1 changed files with 2 additions and 2 deletions

View File

@ -191,13 +191,13 @@ docker pull chronograf:1.4.2.3
1. [Install Node and NPM](https://nodejs.org/en/download/) 1. [Install Node and NPM](https://nodejs.org/en/download/)
1. [Install yarn](https://yarnpkg.com/docs/install) 1. [Install yarn](https://yarnpkg.com/docs/install)
1. [Setup your GOPATH](https://golang.org/doc/code.html#GOPATH) 1. [Setup your GOPATH](https://golang.org/doc/code.html#GOPATH)
1. Build the Chronograf package 1. Build the Chronograf package:
```bash ```bash
go get github.com/influxdata/chronograf go get github.com/influxdata/chronograf
cd $GOPATH/src/github.com/influxdata/chronograf cd $GOPATH/src/github.com/influxdata/chronograf
make make
``` ```
1. Install the newly built Chronograf package 1. Install the newly built Chronograf package:
```bash ```bash
go install github.com/influxdata/chronograf/cmd/chronograf go install github.com/influxdata/chronograf/cmd/chronograf
``` ```