summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorPromise Akpan <akpanpromise@hotmail.com>2019-09-23 22:45:05 +0100
committerJoel Hans <joel@netdata.cloud>2019-09-23 14:45:05 -0700
commit3caa538b14c27da1f0d6d2863914194ec1485e2f (patch)
treef5977e510727d47b124cfcb3969c0f4d234022be /contrib
parentae4bb0286e615da649cd1f7c2011931cc35acf29 (diff)
Fix remark lint for Contrib (#6921)
* fix lint error for debian contrib * remove directory name to avoid direct copy
Diffstat (limited to 'contrib')
-rw-r--r--contrib/README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/README.md b/contrib/README.md
index 8f28282a5e..4f32d9dfbc 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