Skip to content

Commit

Permalink
give an example for both path types (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolan committed Feb 2, 2017
1 parent d7c6fdd commit c86f397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ go build -tags opencladl
- go get github.com/decred/gominer
* Compilation will most likely fail which can be safely ignored for now.
- Change to the gominer directory
* ```cd $GOPATH/src/github.com/decred/gominer```
* If using the Windows Command Prompt:
```cd %GOPATH%/src/github.com/decred/gominer``` or if using git-bash ```cd $GOPATH%/src/github.com/decred/gominer```
- Install dependencies via glide
* ```glide install```

Expand Down

0 comments on commit c86f397

Please sign in to comment.