doc: complete readme

This commit is contained in:
RouxAntoine 2024-09-05 22:37:29 +02:00
parent acd91548d4
commit 08b7ebf6d8
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -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
```