From 1af692f7d52e868b572ff68589768fdd668620b1 Mon Sep 17 00:00:00 2001 From: SamKirkland Date: Sun, 17 May 2020 17:25:20 -0500 Subject: [PATCH] Updating linux testing instructions --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index b2cfe9c..a0bd6c5 100644 --- a/README.md +++ b/README.md @@ -429,11 +429,7 @@ jobs: - Run `npm run run-docker` - this will spin up a local copy of the action defined in `/debug/local-debug-deployment.yaml`. Update package.json to set any secret values #### Instructions for debugging on Linux -- [Install docker](https://docs.docker.com/get-docker/) -On Linux you can install docker using your package manager, for example, on a Debian-based distro you can run the following command to install docker: -``` -sudo apt install docker docker.io -``` +- [Install docker](https://docs.docker.com/get-docker/) on a Debian-based distro you can run `sudo apt install docker docker.io` - Open the terminal - Install [act-cli](https://github.com/nektos/act#installation) - Navigate to the repo folder