Skip to content

Commit

Permalink
doc: add shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminOddou authored Dec 27, 2022
1 parent a60b376 commit e6599ba
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,21 @@ Note that all the following commands can be triggered within the workflow 🤓

1. ☑️ Install Homebrew

`/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"`
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

2. ☑️ Install cwebp jq and cpanm

`brew install webp | brew install jq | brew install cpanm`
```shell
brew install webp | brew install jq | brew install cpanm
```

3. ☑️ Install Mojolicious

`cpanm Mojolicious --sudo`
```shell
cpanm Mojolicious --sudo
```

#### Check your installation under the Setup toolbox of the workflow

Expand Down

0 comments on commit e6599ba

Please sign in to comment.