summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlex Lau (AvengerMoJo) <avengermojo@gmail.com>2023-05-11 08:25:39 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2023-05-11 08:25:39 +0200
commit94031fc198b228c2e262e06131fcc7fe571735c5 (patch)
tree6e9f93b39cf9f11f88feb097802c793ab084b165 /README.md
parentFix missing runner version when building images from a Dockerfile (#181) (diff)
downloadforgejo-runner-94031fc198b228c2e262e06131fcc7fe571735c5.tar.xz
forgejo-runner-94031fc198b228c2e262e06131fcc7fe571735c5.zip
Fix README.md typo on daemon (#183)
It is just a typo fix. Reviewed-on: https://gitea.com/gitea/act_runner/pulls/183 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io> Reviewed-by: Jason Song <i@wolfogre.com> Co-authored-by: Alex Lau (AvengerMoJo) <avengermojo@gmail.com> Co-committed-by: Alex Lau (AvengerMoJo) <avengermojo@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 63acdd5..9fbb75b 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ You can specify the configuration file path with `-c`/`--config` argument.
```bash
./act_runner -c config.yaml register # register with config file
-./act_runner -c config.yaml deamon # run with config file
+./act_runner -c config.yaml daemon # run with config file
```
### Run a docker container