Skip to content

Commit

Permalink
fix(docs): Add a bit of extra information to the README to describe h…
Browse files Browse the repository at this point in the history
…ow to clone the repo directly

Merge pull request #486 from zsck/issue485
  • Loading branch information
dustmop authored Jul 14, 2018
2 parents 0a5b834 + 53a917a commit 21453de
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ Once your GOPATH is set, run:
$ go get github.com/qri-io/qri
```

Alternatively, if you opt to clone the repository using `git`, be sure to clone it to a directory based on your GOPATH.

```shell
$ mkdir -p $GOPATH/src/github.com/qri-io
$ cd $GOPATH/src/github.com/qri-io
$ git clone git@github.com:qri-io/qri.git
```

Note - if you run into this error:

```shell
Expand Down Expand Up @@ -81,4 +89,4 @@ We've set up a separate document for [developer guidelines](https://github.com/q

## Troubleshooting

Please see our [troubleshooting document](https://github.com/qri-io/qri/blob/master/troubleshooting.md) for fixes to common issues setting up and running qri.
Please see our [troubleshooting document](https://github.com/qri-io/qri/blob/master/troubleshooting.md) for fixes to common issues setting up and running qri.

0 comments on commit 21453de

Please sign in to comment.