Skip to content

Commit 4501e22

Browse files
fix(docs): correct go install command (#984)
1 parent bc5ed1a commit 4501e22

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/content/getting-started/install-sdk.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,8 @@ docker pull openfga/cli; docker run -it openfga/cli
177177

178178
### Go
179179

180-
> note that the command will be named `cli`
181-
182180
```shell
183-
go install github.com/openfga/cli@latest
181+
go install github.com/openfga/cli/cmd/fga@latest
184182
```
185183

186184
### Manually

0 commit comments

Comments
 (0)