Skip to content

Commit ba75ccf

Browse files
authored
Update README.md
1 parent 01b7d24 commit ba75ccf

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,16 @@ See [`action.yml`] for all inputs and outputs, but here’s the usual ones:
1717
```yaml
1818
- uses: pkgxdev/setup@v1
1919
with:
20-
+: deno@1.30 rust@1.60
20+
+: deno@1.30
21+
rust@1.60 # we understand colloquial names, generally just type what you know
22+
clang # versions aren’t necessary if you don’t care
23+
```
24+
25+
The easiest way to know if it will work in the action is to try it locally on your computer:
26+
27+
```
28+
$ pkgx +rust
29+
# if there’s output, we got it
2130
```
2231

2332
### Shell Integration

0 commit comments

Comments
 (0)