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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ For more information, visit the

## Installation

The Firebase Admin Go SDK can be installed using the `go install` utility:
The Firebase Admin Go SDK can be installed using the `go get` utility:

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

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

## Contributing
Expand Down