Skip to content

Commit d0264d9

Browse files
fix: update cre-cli installation steps to use bash
1 parent ff6aacd commit d0264d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/cre/getting-started/cli-installation/macos-linux.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Choose your installation method:
4949
The easiest way to install the CRE CLI is using the installation script:
5050

5151
```bash
52-
curl -sSL https://cre.chain.link/install.sh | sh
52+
curl -sSL https://cre.chain.link/install.sh | bash
5353
```
5454

5555
This script will:

0 commit comments

Comments
 (0)