Skip to content

Commit

Permalink
docs: update README.md for Go v1.17 (#564)
Browse files Browse the repository at this point in the history
* docs: update README.md for Go v1.17

* use a generic example for specific version
  • Loading branch information
thatfiredev committed Jul 11, 2023
1 parent 04fd87f commit fc53aa8
Showing 1 changed file with 6 additions and 3 deletions.
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/v4@4.x.x
```

## Contributing
Expand Down

0 comments on commit fc53aa8

Please sign in to comment.