From 8acd791fa7eb9fe83e65ec6fd4ea0fd39d1a5a87 Mon Sep 17 00:00:00 2001 From: michelletandya Date: Thu, 1 Apr 2021 23:19:48 +0000 Subject: [PATCH] update instructions for running NPD on windows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87a212dd..e0dee9fa 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ make clean windows-binaries # Test in MINGW64 Window make test -# Run with containerd log monitoring enabled in Powershell/Command Prompt. (Assumes containerd is installed.) +# Run with containerd log monitoring enabled in Command Prompt. (Assumes containerd is installed.) %CD%\bin\windows_amd64\node-problem-detector.exe --logtostderr --enable-k8s-exporter=false --config.system-log-monitor=%CD%\config\windows-containerd-monitor-filelog.json ```