summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFemi Bankole <llordbanks500@gmail.com>2022-11-23 16:15:02 +0100
committerGitHub <noreply@github.com>2022-11-23 16:15:02 +0100
commit3553b2697c196bab5d7e20eb9ce66d40a205fb1a (patch)
treee25af73ef04d74c9d7f7a80da6a469c0090edb0d
parentbuild(deps): bump github.com/creack/pty from 1.1.17 to 1.1.18 (#1447) (diff)
downloadforgejo-act-3553b2697c196bab5d7e20eb9ce66d40a205fb1a.tar.xz
forgejo-act-3553b2697c196bab5d7e20eb9ce66d40a205fb1a.zip
fix typo (#1456)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 17df1a2..0e23f9f 100644
--- a/README.md
+++ b/README.md
@@ -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