summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@gmail.com>2019-12-02 18:30:05 +0100
committerJoel Hans <joel@netdata.cloud>2019-12-02 10:30:05 -0700
commit6ac5cc4fb657acfbf87bf07d1d2fded697e6fc8a (patch)
tree2768ed8e164926b2d4c3e4430366f3e4ed156c88 /packaging
parent556aa2769a1a2f63b7a235e946460715a24001fb (diff)
Fix typo and markup in packaging/installer README (#7368)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/installer/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/packaging/installer/README.md b/packaging/installer/README.md
index 4840d29c19..950145f62c 100644
--- a/packaging/installer/README.md
+++ b/packaging/installer/README.md
@@ -95,13 +95,11 @@ bash <(curl -Ss https://my-netdata.io/kickstart-static64.sh)
!!! note
Do not use `sudo` for this installer—it will escalate privileges itself if needed.
-```
To learn more about the pros and cons of using *nightly* vs. *stable* releases, see our [notice about the two options](README.md#nightly-vs-stable-releases).
If your system does not have `bash` installed, open the `More information and advanced uses of the kickstart-static64.sh script` dropdown for instructions to run the installer without `bash`.
This script installs Netdata at `/opt/netdata`.
-```
<details markdown="1"><summary>Click here for more information and advanced use of this command.</summary>
@@ -119,7 +117,7 @@ The `kickstart-static64.sh` script passes all its parameters to `netdata-install
- `--dont-start-it`: Prevent the installer from starting Netdata automatically.
- `--stable-channel`: Automatically update only on the release of new major versions.
- `--no-updates`: Prevent automatic updates of any kind.
-- `--local-files`: Used for offline installations. Pass two file paths, one for the tarball and one fir the checksum file, to force kickstart run the process using those files.
+- `--local-files`: Used for offline installations. Pass two file paths, one for the tarball and one for the checksum file, to force kickstart run the process using those files.
Example using all the above parameters: