Skip to content

Commit

Permalink
Lint MD
Browse files Browse the repository at this point in the history
  • Loading branch information
fdaugan committed Mar 5, 2024
1 parent 05802fa commit 5ce0fa4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,16 @@ See all command options with `ligoj plugin`

### Install a local plugin

The command is: `ligoj plugin upload --id "plugin-id-ldap" --version "1.1.4" --from "/path/to/plugin-id-ldap-1.1.4.jar"`
The command is:

```bash
ligoj plugin upload --id "plugin-id-ldap" --version "1.1.4" --from "/path/to/plugin-id-ldap-1.1.4.jar"
```

### Install a deployed Maven plugin

The command is: `ligoj plugin install --id "plugin-id-ldap" --version "1.1.4" --repository "central" --javadoc`
The command is:

```bash
ligoj plugin install --id "plugin-id-ldap" --version "1.1.4" --repository "central" --javadoc
```

0 comments on commit 5ce0fa4

Please sign in to comment.