mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 08:29:30 +01:00
Add screenshot to readme
This commit is contained in:
parent
c21a44f3db
commit
8176f42f8b
1 changed files with 2 additions and 1 deletions
|
@ -14,13 +14,14 @@ jobs:
|
||||||
name: cargo expand
|
name: cargo expand
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- uses: dtolnay/install@master
|
- uses: dtolnay/install@master
|
||||||
with:
|
with:
|
||||||
crate: cargo-expand
|
crate: cargo-expand
|
||||||
- run: cargo expand --help
|
- run: cargo expand --help
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<img src="https://user-images.githubusercontent.com/1940490/136493915-2c3c6a6b-620c-46e1-be4b-3c96856ccd12.png">
|
||||||
|
|
||||||
## Inputs
|
## Inputs
|
||||||
|
|
||||||
| Name | Required | Description |
|
| Name | Required | Description |
|
||||||
|
|
Loading…
Reference in a new issue