summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-01-29 23:30:56 +0200
committerGitHub <noreply@github.com>2019-01-29 23:30:56 +0200
commit2538fcccbc786f5cc6570f4738b9649ac3dace1c (patch)
tree48552470b39b143ffbdcd0e67dd889d65ace2f1f /README.md
parent8332381d612758533e35e8342ef5c9973c3e24a2 (diff)
Correct info on what kickstart.sh does (#5292)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index ea50f2848b..c152a84218 100644
--- a/README.md
+++ b/README.md
@@ -92,8 +92,7 @@ bash <(curl -Ss https://my-netdata.io/kickstart.sh)
The above command will:
1. install any required packages on your system (it will ask you to confirm before doing so),
-2. download netdata source to `/usr/src/netdata.git`
-3. compile it, install it and start it
+2. compile it, install it and start it
More installation methods and additional options can be found at the [installation page](packaging/installer/#installation).