File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -418,14 +418,22 @@ jobs:
418
418
---
419
419
420
420
# # 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/)
423
423
- Open powershell
424
424
- Navigate to the repo folder
425
425
- Run `docker build --tag action .`
426
426
- 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`
430
438
431
439
# ### Pull Requests Welcome!
You can’t perform that action at this time.
0 commit comments