1
1
mirror of https://github.com/nektos/act.git synced 2024-09-20 00:39:02 +03:00

Merge branch 'master' of github.com:nektos/act

This commit is contained in:
Casey Lee 2019-01-23 06:10:19 -08:00
commit 1e0ec5280f
No known key found for this signature in database
GPG Key ID: 4CC378651BF9C168

View File

@ -56,7 +56,7 @@ Want to contribute to act? Awesome! Check out the [contributing guidelines](CONT
## Building from source
* Install Go tools 1.11+ - (https://golang.org/doc/install)
* Install Go tools 1.11.4+ - (https://golang.org/doc/install)
* Clone this repo `git clone git@github.com:nektos/act.git`
* Run unit tests with `make check`
* Build and install: `make install`