Skip to content

Commit ccf756b

Browse files
authored
Add Linux istructions
1 parent f684497 commit ccf756b

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -418,14 +418,22 @@ jobs:
418418
---
419419

420420
## Debugging locally
421-
##### Instructions for debugging on windows
422-
- Install docker for windows
421+
##### Instructions for debugging Windows
422+
- [Install docker](https://docs.docker.com/get-docker/)
423423
- Open powershell
424424
- Navigate to the repo folder
425425
- Run `docker build --tag action .`
426426
- Run `docker run action`
427-
428-
##### Instructions for debugging on linux
429-
- Please submit a PR for linux instructions :)
427+
428+
#### Instructions for debugging on Linux
429+
- [Install docker](https://docs.docker.com/get-docker/)
430+
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:
431+
```
432+
sudo apt install docker docker.io
433+
```
434+
- Open the terminal
435+
- Navigate to the repo folder
436+
- Run `docker build --tag action .`
437+
- Run `docker run action`
430438

431439
#### Pull Requests Welcome!

0 commit comments

Comments
 (0)