Skip to content

Commit

Permalink
fix(docs): fix instruction in Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmurphy authored and Dara Hayes committed Feb 20, 2018
1 parent ef42b8e commit 76a5a2b
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 @@ -22,7 +22,7 @@ $ echo $GOPATH
Then clone this repository by running:

```
git clone git@github.com:aerogear/aerogear-metrics-api.git $GOPATH/src/github.com/aerogear
git clone git@github.com:aerogear/aerogear-metrics-api.git $GOPATH/src/github.com/aerogear/aerogear-metrics-api
```

And finally install dependencies:
Expand Down Expand Up @@ -81,4 +81,4 @@ git tag -a v0.0.x -m "Release 0.0.x"
And make the release:
```
make release
```
```

0 comments on commit 76a5a2b

Please sign in to comment.