Skip to content

Commit

Permalink
Updating linux testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
SamKirkland committed May 17, 2020
1 parent ae5262e commit 1af692f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1af692f

Please sign in to comment.