Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ For more information, visit the

## Installation

To install Firebase Admin Go SDK, simply execute the following command
in a terminal from your `$GOPATH`:
The Firebase Admin Go SDK can be installed using the `go install` utility:

```
go get firebase.google.com/go
# Install the latest version:
go install firebase.google.com/go/v4@latest

# Or install a specific version:
go install firebase.google.com/go/[email protected]
```

## Contributing
Expand Down