Edited CONTRIBUTING

Signed-off-by: Nan Xiao <nan@chinadtrace.org>
This commit is contained in:
Nan Xiao 2016-05-31 19:30:30 +08:00
parent 13c9e87a9f
commit e85792cfdd
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ sudo mv go /usr/local
> to include older versions of Go. Instead, install the latest Go manually using the
> instructions provided on the Go site.
Create a go project directory in your home directory:
Create a Go project directory in your home directory:
```sh
mkdir ~/gocode # any name is fine
```