We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2264f1f commit 3ea48ddCopy full SHA for 3ea48dd
_install-and-configure/install-dashboards/tar.md
@@ -16,10 +16,10 @@ redirect_from:
16
```bash
17
# x64
18
tar -zxf opensearch-dashboards-{{site.opensearch_version}}-linux-x64.tar.gz
19
- cd opensearch-dashboards
+ cd opensearch-dashboards-{{site.opensearch_version}}
20
# ARM64
21
tar -zxf opensearch-dashboards-{{site.opensearch_version}}-linux-arm64.tar.gz
22
23
```
24
25
1. If desired, modify `config/opensearch_dashboards.yml`.
0 commit comments