Skip to content

Commit fc53aa8

Browse files
authored
docs: update README.md for Go v1.17 (#564)
* docs: update README.md for Go v1.17 * use a generic example for specific version
1 parent 04fd87f commit fc53aa8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,14 @@ For more information, visit the
2626

2727
## Installation
2828

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

3231
```
33-
go get firebase.google.com/go
32+
# Install the latest version:
33+
go install firebase.google.com/go/v4@latest
34+
35+
# Or install a specific version:
36+
go install firebase.google.com/go/[email protected]
3437
```
3538

3639
## Contributing

0 commit comments

Comments
 (0)