Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
(nonfunctional) problem: restart CI, solution: fix minor typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
whilei committed Dec 2, 2017
1 parent d8c814c commit 8a39ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ $ go install -ldflags "-X main.Version="`git describe --tags` ./cmd/...
```

#### Using release source code tarball
Because of strict Go directory structure, tarball needs to be extracted into proper subdirectory under `$GOPATH`.
Following commands are example of building the v4.1.1 release:
Because of strict Go directory structure, the tarball needs to be extracted into proper subdirectory under `$GOPATH`.
The following commands are an example of building the v4.1.1 release:
```
$ mkdir -p $GOPATH/src/github.com/ethereumproject
$ cd $GOPATH/src/github.com/ethereumproject
Expand Down

0 comments on commit 8a39ed1

Please sign in to comment.