Skip to content

Commit

Permalink
add scoop install via windows
Browse files Browse the repository at this point in the history
  • Loading branch information
polaris940 committed Jan 14, 2024
1 parent f543d6b commit c54047c
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,19 @@ sudo dnf install ./fga_<version>_linux_<arch>.rpm

Alpine Linux:
```shell
sudo apk add --allow-untrusted ./fga_<version>_linux_<arch>.apk
```

### Docker
```shell
docker pull openfga/cli; docker run -it openfga/cli
sudo apk add --allow-untrusted ./fga_<version>_linux_<arch>.apk
```

### Windows

via [Scoop](https://scoop.sh/)
```shell
scoop install openfga
```

### Docker
```shell
docker pull openfga/cli; docker run -it openfga/cli
```

### Go
Expand Down

0 comments on commit c54047c

Please sign in to comment.