Skip to content

Commit

Permalink
Updates the way to install using brew as brew cask is not supported…
Browse files Browse the repository at this point in the history
… anymore (#183)

Calling brew cask install is disabled! Use brew install [--cask] instead
  • Loading branch information
filipenevola authored Mar 3, 2021
1 parent 36f4695 commit 915a84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Provides a tabbed interface for editing and testing GraphQL queries/mutations wi
If you have [Homebrew](http://brew.sh/) installed on macOS:

```
brew cask install graphiql

This comment has been minimized.

Copy link
@Drhjch5b

Drhjch5b Dec 22, 2022

H

This comment has been minimized.

Copy link
@Wwedxhge444

Wwedxhge444 Mar 10, 2023

Hi

brew install --cask graphiql
```

Alternately, download the binary from the [Releases](https://github.com/skevy/graphiql-app/releases) tab.
Expand Down

2 comments on commit 915a84f

@Wwedxhge444
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yyy

@Wwedxhge444
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uuu

Please sign in to comment.