Skip to content

Commit f69efc6

Browse files
committed
* [MOD] Updated README
1 parent c8f814f commit f69efc6

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,29 @@ Plugin to use two factor based authentication with applications that generate TO
66

77
Please, select the correct branch in order to download a sysPass compatible version:
88

9-
* sysPass v3: Master branch or 2.0
10-
* sysPass v2: 1.0 branch
9+
* sysPass v3.1 --> Master or v2.1 branch
10+
* sysPass v3.0 --> 2.0 branch
11+
* sysPass v2 --> 1.0 branch
1112

1213
---
1314

14-
### v2 Installation
15+
### v2.1 Installation
1516

16-
As told above, this version is only compatible with **sysPass v3** and it needs to be installed through **composer**.
17+
This version is only compatible with **sysPass v3.1** and it needs to be installed through **composer**.
18+
19+
Please select the installation method depending on the instance type:
20+
21+
* If you are running a **non-Docker** based instance:
22+
23+
```composer require syspass/plugin-authenticator:^v2.1```
24+
25+
* If you are running a **Docker** based instance, set `syspass/plugin-authenticator:^v2.1` value within an environment variable called `COMPOSER_EXTENSIONS`.
26+
27+
---
28+
29+
### v2.0 Installation
30+
31+
This version is only compatible with **sysPass v3** and it needs to be installed through **composer**.
1732

1833
Please select the installation method depending on the instance type:
1934

@@ -25,7 +40,7 @@ Please select the installation method depending on the instance type:
2540

2641
---
2742

28-
### v1 Installation
43+
### v1.0 Installation
2944

3045
Please download the v1 branch files and unpack them into `.../inc/Plugins` directory.
3146

0 commit comments

Comments
 (0)