Skip to content

Commit 4d263a1

Browse files
committed
Update development workflow docs
Signed-off-by: Evans Mungai <[email protected]>
1 parent fe3e3dd commit 4d263a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/wg-easy/docs/development-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The core philosophy of this workflow is to start simple and add complexity incre
1616
Before starting the development workflow, ensure you have the following tools installed:
1717

1818
- **Task:** The task runner used in this project. ([Installation Guide](https://taskfile.dev/installation/))
19-
- **Container runtime tool** Either [Podman](https://podman.io/docs/installation) (default) or [Docker](https://docs.docker.com/get-docker/) for local development
19+
- **Container runtime tool** Either [Podman](https://podman.io/docs/installation) (default) or [Docker](https://docs.docker.com/get-docker/) for local development. Export `CONTAINER_RUNTIME=docker` in your shell if you use docker.
2020

2121
All other tools will be automatically provided through task commands and containers.
2222

0 commit comments

Comments
 (0)