Skip to content

Commit

Permalink
docs: fix linux curl
Browse files Browse the repository at this point in the history
  • Loading branch information
diegorondini authored and becheran committed Jan 5, 2023
1 parent b75d11f commit ecac2bd
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 @@ -68,7 +68,7 @@ The action does uses [GitHub workflow commands](https://docs.github.com/en/actio
To integrate *mlc* in your CI pipeline running in a *linux x86_64 environment* you can add the following commands to download the tool:

``` bash
curl -L https://github.com/becheran/mlc/releases/download/v0.16.1/mlc -o mlc
curl -L https://github.com/becheran/mlc/releases/download/v0.16.1/mlc-x86_64-linux -o mlc
chmod +x mlc
```

Expand Down

0 comments on commit ecac2bd

Please sign in to comment.