Skip to content

Commit 1af692f

Browse files
committed
Updating linux testing instructions
1 parent ae5262e commit 1af692f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -429,11 +429,7 @@ jobs:
429429
- 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
430430

431431
#### Instructions for debugging on Linux
432-
- [Install docker](https://docs.docker.com/get-docker/)
433-
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:
434-
```
435-
sudo apt install docker docker.io
436-
```
432+
- [Install docker](https://docs.docker.com/get-docker/) on a Debian-based distro you can run `sudo apt install docker docker.io`
437433
- Open the terminal
438434
- Install [act-cli](https://github.com/nektos/act#installation)
439435
- Navigate to the repo folder

0 commit comments

Comments
 (0)