We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca81030 commit 98efadeCopy full SHA for 98efade
README.md
@@ -26,14 +26,14 @@ For more information, visit the
26
27
## Installation
28
29
-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:
30
31
```
32
# Install the latest version:
33
-go install firebase.google.com/go/v4@latest
+go get firebase.google.com/go/v4@latest
34
35
# Or install a specific version:
36
-go install firebase.google.com/go/v4@4.x.x
+go get firebase.google.com/go/v4@4.x.x
37
38
39
## Contributing
0 commit comments