Added docker pull instructions

This commit is contained in:
Nicholas Nadeau, Ph.D., P.Eng 2020-07-26 11:25:14 -04:00 committed by GitHub
parent 0a17a7ef84
commit 3ec15546bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -194,5 +194,6 @@ Want to contribute to act? Awesome! Check out the [contributing guidelines](CONT
- Install Go tools 1.11.4+ - (https://golang.org/doc/install)
- Clone this repo `git clone git@github.com:nektos/act.git`
- Pull the default docker image `docker pull nektos/act-environments-ubuntu:18.04`
- Run unit tests with `make test`
- Build and install: `make install`