Skip to content

Commit

Permalink
Fix stray $ characters; fix some incorrect syntax rendering (#7292) (
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] authored Jun 4, 2024
1 parent fb0107e commit bdef5c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _install-and-configure/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ bin/opensearch-plugin install <groupId>:<artifactId>:<version>
```

#### Example
```bash
```console
$ sudo ./opensearch-plugin install org.opensearch.plugin:opensearch-anomaly-detection:2.2.0.0
-> Installing org.opensearch.plugin:opensearch-anomaly-detection:2.2.0.0
-> Downloading org.opensearch.plugin:opensearch-anomaly-detection:2.2.0.0 from maven central
Expand Down Expand Up @@ -214,8 +214,8 @@ bin/opensearch-plugin install <plugin-name> <plugin-name> ... <plugin-name>
```

#### Example
```bash
$ sudo $ ./opensearch-plugin install analysis-nori repository-s3
```console
$ sudo ./opensearch-plugin install analysis-nori repository-s3
```

## Remove
Expand All @@ -228,8 +228,8 @@ bin/opensearch-plugin remove <plugin-name>
```

#### Example
```bash
$ sudo $ ./opensearch-plugin remove opensearch-anomaly-detection
```console
$ sudo ./opensearch-plugin remove opensearch-anomaly-detection
-> removing [opensearch-anomaly-detection]...
```

Expand Down

0 comments on commit bdef5c5

Please sign in to comment.