diff options
author | Femi Bankole <llordbanks500@gmail.com> | 2022-11-23 16:15:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-23 16:15:02 +0100 |
commit | 3553b2697c196bab5d7e20eb9ce66d40a205fb1a (patch) | |
tree | e25af73ef04d74c9d7f7a80da6a469c0090edb0d /README.md | |
parent | build(deps): bump github.com/creack/pty from 1.1.17 to 1.1.18 (#1447) (diff) | |
download | forgejo-act-3553b2697c196bab5d7e20eb9ce66d40a205fb1a.tar.xz forgejo-act-3553b2697c196bab5d7e20eb9ce66d40a205fb1a.zip |
fix typo (#1456)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ If you are using Linux, you will need to [install Docker Engine](https://docs.do brew install act ``` -or if you want to install version based on latest commit, you can run below (it requires compiler to be installed installed but Homebrew will suggest you how to install it, if you don't have it): +or if you want to install version based on latest commit, you can run below (it requires compiler to be installed but Homebrew will suggest you how to install it, if you don't have it): ```shell brew install act --HEAD |