Update README.md (#37)

Clone this repo still pointed to `nektos/act`
This commit is contained in:
Steven Edwards
2025-01-28 21:38:48 -05:00
committed by GitHub
parent f28bee065f
commit b17d9858f2

View File

@@ -36,6 +36,6 @@ Want to contribute to act? Awesome! Check out the [contributing guidelines](CONT
## Manually building from source
- Install Go tools 1.20+ - (<https://golang.org/doc/install>)
- Clone this repo `git clone git@github.com:nektos/act.git`
- Clone this repo `git clone git@github.com:actions-oss/act-cli.git`
- Run unit tests with `make test`
- Build and install: `make install`