[go: nahoru, domu]

Skip to content

Commit

Permalink
Using sh instead of bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Laurindo dos Santos committed Jul 2, 2019
1 parent 8cd680e commit 2d21f63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ A simple wrapper for Google Protocol Buffer's "protoc" utility

## Install

Open the target folder on terminal and paste:

```bash
/usr/bin/env bash -c "$(curl -fsSL http://bit.ly/lucasls-protocw)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/lucasls/protoc-wrapper/master/install.sh)"
```

The target version will be asked during installation.
Expand Down

0 comments on commit 2d21f63

Please sign in to comment.