Skip to content

Commit

Permalink
Merge pull request #102 from atcdot/fix/readme_installation
Browse files Browse the repository at this point in the history
fix: fixed installation command with curl in readme
  • Loading branch information
sagikazarmark committed Jan 28, 2022
2 parents 69f5658 + 922f35c commit 9cce9ba
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 @@ -13,7 +13,7 @@ Download prebuilt binaries for the protoc plugin from the [releases](https://git
Alternatively, you can use the following oneliner to install the plugin:

```bash
curl -Ls https://git.io/twirphp | bash -b path/to/bin
curl -Ls https://git.io/twirphp | bash -s -- -b path/to/bin
```

See the [documentation](https://twirphp.github.io/docs/installation) for details.
Expand Down

0 comments on commit 9cce9ba

Please sign in to comment.