From 62a5f8888eb9e195264ba0733d19f71d54be0e76 Mon Sep 17 00:00:00 2001 From: XinYang Date: Fri, 2 Jul 2021 23:07:01 +0800 Subject: [PATCH] Update build image guide docs Signed-off-by: XinYang --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0df2c467..ebd1a5eb 100644 --- a/README.md +++ b/README.md @@ -138,8 +138,7 @@ For example, to run without auth, use the following config: ## Build Image * Install development dependencies for `libsystemd` and the ARM GCC toolchain - * Debian: `apt install libsystemd-dev gcc-aarch64-linux-gnu` - * Ubuntu: `apt install libsystemd-journal-dev gcc-aarch64-linux-gnu` + * Debian/Ubuntu: `apt install libsystemd-dev gcc-aarch64-linux-gnu` * `go get` or `git clone` node-problem-detector repo into `$GOPATH/src/k8s.io` or `$GOROOT/src/k8s.io` with one of the below directions: