From ca540a730c0b880922e86074f994a95b8d413bea Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 13 Oct 2019 10:37:32 +0200 Subject: Merging upstream version 1.18.0. Signed-off-by: Daniel Baumann --- contrib/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'contrib/README.md') diff --git a/contrib/README.md b/contrib/README.md index 8f28282a5..4f32d9dfb 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -11,23 +11,23 @@ To build Netdata for a Debian Jessie system, the debian directory has to be available in the root of the Netdata source. The easiest way to do this is with a symlink: -``` -~/netdata$ ln -s contrib/debian +```sh +ln -s contrib/debian ``` Then build the debian package: -``` -~/netdata$ dpkg-buildpackage -us -uc -rfakeroot +```sh +dpkg-buildpackage -us -uc -rfakeroot ``` This should give a package that can be installed in the parent directory, which you can install manually with dpkg. -``` -~/netdata$ ls ../*.deb +```sh +ls ../*.deb ../netdata_1.0.0_amd64.deb -~/netdata$ sudo dpkg -i ../netdata_1.0.0_amd64.deb +sudo dpkg -i ../netdata_1.0.0_amd64.deb ``` ### Building for a Debian system without systemd -- cgit v1.2.3