Skip to content

Commit a7de718

Browse files
updating the commands to install with tar file (#10828) (#10853)
1 parent c62a779 commit a7de718

File tree

1 file changed

+2
-2
lines changed
  • _install-and-configure/install-dashboards

1 file changed

+2
-2
lines changed

_install-and-configure/install-dashboards/tar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ redirect_from:
1616
```bash
1717
# x64
1818
tar -zxf opensearch-dashboards-{{site.opensearch_version}}-linux-x64.tar.gz
19-
cd opensearch-dashboards
19+
cd opensearch-dashboards-{{site.opensearch_version}}
2020
# ARM64
2121
tar -zxf opensearch-dashboards-{{site.opensearch_version}}-linux-arm64.tar.gz
22-
cd opensearch-dashboards
22+
cd opensearch-dashboards-{{site.opensearch_version}}
2323
```
2424

2525
1. If desired, modify `config/opensearch_dashboards.yml`.

0 commit comments

Comments
 (0)