mirror of
https://github.com/dtolnay/install.git
synced 2024-11-21 16:09:32 +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
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: dtolnay/install@master
|
||||
with:
|
||||
crate: cargo-expand
|
||||
- run: cargo expand --help
|
||||
```
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/1940490/136493915-2c3c6a6b-620c-46e1-be4b-3c96856ccd12.png">
|
||||
|
||||
## Inputs
|
||||
|
||||
| Name | Required | Description |
|
||||
|
|
Loading…
Reference in a new issue