Skip to content

Commit 1123fd2

Browse files
authored
Merge pull request #589 from xinydev/fix-build-guide
Update the instructions for build image in the readme
2 parents 393a940 + 62a5f88 commit 1123fd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ For example, to run without auth, use the following config:
138138
## Build Image
139139

140140
* Install development dependencies for `libsystemd` and the ARM GCC toolchain
141-
* Debian: `apt install libsystemd-dev gcc-aarch64-linux-gnu`
142-
* Ubuntu: `apt install libsystemd-journal-dev gcc-aarch64-linux-gnu`
141+
* Debian/Ubuntu: `apt install libsystemd-dev gcc-aarch64-linux-gnu`
143142

144143
* `go get` or `git clone` node-problem-detector repo into `$GOPATH/src/k8s.io` or `$GOROOT/src/k8s.io`
145144
with one of the below directions:

0 commit comments

Comments
 (0)