doc: complete readme
This commit is contained in:
parent
acd91548d4
commit
08b7ebf6d8
21
README.md
21
README.md
@ -1,3 +1,22 @@
|
||||
# setup-netcat
|
||||
|
||||
GiHhub action to setup netcat on an ubuntu runner with the apt package manager
|
||||
GiHhub action to set up netcat on an ubuntu runner with the apt package manager
|
||||
|
||||
usage example
|
||||
|
||||
```yaml
|
||||
name: Main
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: runner
|
||||
steps:
|
||||
- name: Setup netcat tools
|
||||
uses: RouxAntoine/setup-netcat@v1.0.0
|
||||
id: setup-netcat
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user