From 3ec15546bf15b48b0b55aa5be91e4b4983309607 Mon Sep 17 00:00:00 2001 From: "Nicholas Nadeau, Ph.D., P.Eng" Date: Sun, 26 Jul 2020 11:25:14 -0400 Subject: [PATCH] Added docker pull instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7aba8fb..08c87d7 100644 --- a/README.md +++ b/README.md @@ -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`