Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
docs: using sh instead of bash
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Speed <speed.rob@gmail.com>

refs getantibody/getantibody.github.io#5
  • Loading branch information
caarlos0 committed May 11, 2018
1 parent 41ac139 commit 6bf33f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/300-install.md
Expand Up @@ -7,7 +7,7 @@ Antibody can be installed through a variety of sources.
The simplest way is to run:

```sh
curl -sL git.io/antibody | bash -s
curl -sL git.io/antibody | sh -s
```

This will put the binary in `/usr/local/bin/antibody`
Expand Down

0 comments on commit 6bf33f9

Please sign in to comment.