Skip to content

Commit dc6cae2

Browse files
committed
Clarification of installation instructions
1 parent 0749480 commit dc6cae2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,22 @@ Please, select the correct branch in order to download a sysPass compatible vers
1414

1515
---
1616

17+
### v3.2 Installation
18+
* If you are running a **non-Docker** based instance:
19+
20+
```composer require syspass/plugin-authenticator:^v2.2```
21+
22+
* If you are running a **Docker** based instance, set `syspass/plugin-authenticator:^v2.2` value within an environment variable called `COMPOSER_EXTENSIONS`.
23+
24+
25+
### v3.0 - v3.1 Installation
26+
* If you are running a **non-Docker** based instance:
27+
28+
```composer require syspass/plugin-authenticator:^v2.1```
29+
30+
* If you are running a **Docker** based instance, set `syspass/plugin-authenticator:^v2.1` value within an environment variable called `COMPOSER_EXTENSIONS`.
31+
32+
1733
### v2 Installation
1834

1935
As told above, this version is only compatible with **sysPass v3** and it needs to be installed through **composer**.

0 commit comments

Comments
 (0)