You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: applications/wg-easy/docs/development-workflow.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The core philosophy of this workflow is to start simple and add complexity incre
16
16
Before starting the development workflow, ensure you have the following tools installed:
17
17
18
18
-**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.
20
20
21
21
All other tools will be automatically provided through task commands and containers.
0 commit comments