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

Update README.md

This commit is contained in:
Casey Lee 2019-01-22 07:33:20 -08:00 committed by GitHub
parent df01d4fd8a
commit bb2f48af09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,6 @@ Want to contribute to act? Awesome! Check out the [contributing guidelines](CONT
## Building from source
* Install Go tools 1.11.4+ - (https://golang.org/doc/install)
* Have a working Docker v18.09.1+ client - local/Docker for Mac/Docker for Windows
* Clone this repo `git clone git@github.com:nektos/act.git`
* Run unit tests with `make check`
* Build and install: `make install`