Skip to content

Commit

Permalink
Updating docs, change get target, add dependencies. (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
avishalom authored and hiranya911 committed Oct 12, 2017
1 parent 0e396e8 commit e9de174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -99,7 +99,7 @@ to checkout the sources of Firebase Admin SDK, and its dependencies:
```bash
$ cd $GOPATH
$ git clone https://github.com/firebase/firebase-admin-go.git src/firebase.google.com/go
$ go get -d gihub.com/firebase/firebase-admin-go/... # Install dependencies
$ go get -d -t firebase.google.com/go/... # Install dependencies
```

### Unit Testing
Expand Down

0 comments on commit e9de174

Please sign in to comment.