docs(readme): update some header. (#1)

Reviewed-on: https://gitea.com/gitea/act_runner/pulls/1
This commit is contained in:
appleboy 2022-11-24 23:19:25 +08:00
parent 03c4c4e116
commit 474683c0e8
1 changed files with 7 additions and 6 deletions

View File

@ -4,15 +4,15 @@ Act runner is a runner for Forges supports Github Actions protocol.
## Quickstart ## Quickstart
### build ### Build
```shell ```bash
make build make build
``` ```
### register ### Register
```shell ```bash
./act_runner register ./act_runner register
``` ```
@ -24,6 +24,7 @@ And you will be asked to input:
4. Runner labels, you can just leave it blank. 4. Runner labels, you can just leave it blank.
The process looks like: The process looks like:
```text ```text
INFO Registering runner, arch=amd64, os=darwin, version=0.1.5. INFO Registering runner, arch=amd64, os=darwin, version=0.1.5.
WARN Runner in user-mode. WARN Runner in user-mode.
@ -40,8 +41,8 @@ DEBU Successfully pinged the Gitea instance server
INFO Runner registered successfully. INFO Runner registered successfully.
``` ```
### run ### Run
```shell ```bash
./act_runner daemon ./act_runner daemon
``` ```